Skip to content

Commit

Permalink
ESLint: Disable flat config format
Browse files Browse the repository at this point in the history
... for now
  • Loading branch information
Turbo87 committed Apr 9, 2024
1 parent 0bf41d4 commit 6ed59bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build": "ember build --environment=production && node ./script/precompress-assets.mjs",
"lint:deps": "ember dependency-lint",
"lint:hbs": "ember-template-lint app",
"lint:js": "eslint . --cache",
"lint:js": "ESLINT_USE_FLAT_CONFIG=false eslint . --cache",
"precompress": "node ./script/precompress-assets.mjs",
"prettier:check": "prettier --check package.json '**/*.js' '**/*.mjs' '**/*.md'",
"prettier:write": "prettier --write package.json '**/*.js' '**/*.mjs' '**/*.md'",
Expand Down

0 comments on commit 6ed59bb

Please sign in to comment.