Skip to content

Commit

Permalink
chore: ignore build directory for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
amille44420 committed Oct 21, 2022
1 parent 115faa1 commit 60f9d21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/index.d.ts
/index.js
/build
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
// @ts-ignore
export * from './build';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"amille"
],
"scripts": {
"lint": "eslint --ignore-path .gitignore --ignore-pattern \"!**/.*\" .",
"lint": "eslint \"{src,tests}/**/*.ts\"",
"lint:fix": "yarn lint --fix",
"test": "jest",
"build": "tsc",
Expand Down

0 comments on commit 60f9d21

Please sign in to comment.