Skip to content

Commit

Permalink
Switch to the new ESLint config (#15869)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Jan 8, 2024
1 parent 6432f9b commit d3dca92
Show file tree
Hide file tree
Showing 8 changed files with 628 additions and 587 deletions.
26 changes: 13 additions & 13 deletions .eslintignore
@@ -1,17 +1,17 @@
.tmp
!/*.js
/tests/format/**/*.js
/tests/integration/cli/
!/tests/format/**/jsfmt.spec.js
!/**/.eslintrc.js
/test*.*
/scripts/release/node_modules
/coverage/
/dist*/
# Do not use `tests/format/**/*`, since it will ignore directories
# https://github.com/eslint/eslint/issues/17964#issuecomment-1879772142
tests/format/**/*.*
!tests/format/**/jsfmt.spec.js
tests/integration/cli/
test*.*
scripts/release/node_modules
coverage/
dist*/
**/node_modules/**
/website/build/
/website/static/playground.js
/website/static/lib/
/scripts/benchmark/*/
website/build/
website/static/playground.js
website/static/lib/
scripts/benchmark/*/
**/.yarn/**
**/.pnp.*

0 comments on commit d3dca92

Please sign in to comment.