Skip to content

Commit 04cdf1b

Browse files
committed
add babel-eslint
1 parent f5e1f76 commit 04cdf1b

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- checkout
88

99
- run: npm install
10-
- run: npm run lint
10+
- run: npm run lint:all
1111
- run: npm run build:min
1212
- run:
1313
command: npm test

package-lock.json

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"@babel/preset-env": "^7.6.3",
4444
"@babel/runtime": "7.6.3",
4545
"@rollup/plugin-replace": "^2.2.0",
46+
"babel-eslint": "10.0.3",
4647
"babel-jest": "^24.9.0",
4748
"chai": "4.1.2",
4849
"cross-env": "5.1.4",

0 commit comments

Comments
 (0)