Skip to content

Commit

Permalink
use eslint flat config in type: commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Mar 26, 2023
1 parent 3bc779d commit 3d94ef0
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 @@ -7,7 +7,7 @@
"scripts": {
"lint": "run-s -c lint:*",
"lint:prettier": "prettier --check .",
"lint:eslint": "eslint .",
"lint:eslint": "ESLINT_USE_FLAT_CONFIG=true eslint -c eslint.config.mjs .",
"lint:tsc": "tsc --noEmit"
},
"keywords": [],
Expand Down

0 comments on commit 3d94ef0

Please sign in to comment.