Skip to content

Commit

Permalink
ci: remove experimental eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar committed May 27, 2024
1 parent be42e3d commit b328bab
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 @@ -31,7 +31,7 @@
"watch": "rollup -c rollup.config.js -w",
"build": "rimraf dist && rollup -c rollup.config.js --bundleConfigAsCjs",
"start:spa": "pnpm start --prefix=examples/spa",
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint --ext .js,.ts,.tsx --ignore-path .gitignore --max-warnings 0 .",
"lint": "eslint --ext .js,.ts,.tsx --ignore-path .gitignore --max-warnings 0 .",
"lint:fix": "pnpm lint --fix",
"test": "jest",
"test:coverage": "jest --coverage",
Expand Down

0 comments on commit b328bab

Please sign in to comment.