Skip to content

Commit

Permalink
build: shared eslint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Nov 7, 2024
1 parent 9c21c77 commit 0016a80
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import prettier from "eslint-plugin-prettier/recommended";

export default [
{
ignores: ["dist/**"],
ignores: ["**/node_modules/", "docs/**", "extra/**"],
},
{
languageOptions: { globals: { ...globals.node } },
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"postinstall": "husky install",
"publish": "lerna publish from-git --yes",
"lint:check": "lerna run lint:check",
"lint:fix": "lerna run lint:fix",
"lint:fix": "eslint --fix",
"lint:staged": "npx lint-staged",
"pretest": "npm run build",
"test": "lerna run test",
Expand Down
16 changes: 0 additions & 16 deletions packages/csv-parse/eslint.config.js

This file was deleted.

16 changes: 0 additions & 16 deletions packages/csv-stringify/eslint.config.js

This file was deleted.

16 changes: 0 additions & 16 deletions packages/csv/eslint.config.js

This file was deleted.

16 changes: 0 additions & 16 deletions packages/stream-transform/eslint.config.js

This file was deleted.

0 comments on commit 0016a80

Please sign in to comment.