Skip to content

Commit c96b31b

Browse files
committed
make eslint ignore dist/ folder
1 parent df715a8 commit c96b31b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@
3333
"karma-mocha": "^1.3.0",
3434
"karma-mocha-reporter": "^2.2.5",
3535
"mocha": "^6.0.1"
36-
}
36+
},
37+
"eslintIgnore": [
38+
"dist/"
39+
]
3740
}

0 commit comments

Comments
 (0)