Skip to content

Commit

Permalink
[eslint] apply latest config to examples directory
Browse files Browse the repository at this point in the history
  • Loading branch information
unikounio committed Mar 18, 2024
1 parent 98fe3c8 commit bd5f187
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc
Expand Up @@ -25,5 +25,9 @@
"camelcase": 0,
},
},
{
"files": "examples/**",
"extends": "@ljharb/eslint-config/node/latest",
}
]
}

0 comments on commit bd5f187

Please sign in to comment.