Skip to content

Commit

Permalink
Fix .eslint.config.js -> eslint.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Jul 17, 2024
1 parent b844027 commit afb34ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"prettier:check": "prettier --check \"src/**/*.{ts,tsx}\"",
"webpack": "webpack",
"webpack-watch": "webpack --watch --progress --color",
"lint": "eslint src/ --ext=.ts,.tsx -c .eslint.config.js",
"lint:fix": "eslint --fix src/ --ext=.ts,.tsx -c .eslint.config.js",
"lint": "eslint src/ --ext=.ts,.tsx -c eslint.config.js",
"lint:fix": "eslint --fix src/ --ext=.ts,.tsx -c eslint.config.js",
"test": "jest",
"fresh-test": "clear && jest",
"gulp": "gulp",
Expand Down

0 comments on commit afb34ec

Please sign in to comment.