Skip to content

Commit 0016a80

Browse files
committed
build: shared eslint configuration
1 parent 9c21c77 commit 0016a80

File tree

6 files changed

+2
-66
lines changed

6 files changed

+2
-66
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import prettier from "eslint-plugin-prettier/recommended";
55

66
export default [
77
{
8-
ignores: ["dist/**"],
8+
ignores: ["**/node_modules/", "docs/**", "extra/**"],
99
},
1010
{
1111
languageOptions: { globals: { ...globals.node } },

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"postinstall": "husky install",
2323
"publish": "lerna publish from-git --yes",
2424
"lint:check": "lerna run lint:check",
25-
"lint:fix": "lerna run lint:fix",
25+
"lint:fix": "eslint --fix",
2626
"lint:staged": "npx lint-staged",
2727
"pretest": "npm run build",
2828
"test": "lerna run test",

packages/csv-parse/eslint.config.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

packages/csv-stringify/eslint.config.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

packages/csv/eslint.config.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

packages/stream-transform/eslint.config.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)