Skip to content

Commit af8252a

Browse files
committed
add back eslint
1 parent 07422fd commit af8252a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
],
1313
"scripts": {
1414
"clean": "rm -rf dist",
15+
"lint": "github-lint",
1516
"prebuild": "npm run clean",
1617
"build": "tsc --outDir dist/umd --module umd && tsc",
1718
"pretest": "npm run build",
@@ -22,6 +23,8 @@
2223
"devDependencies": {
2324
"chai": "^4.1.2",
2425
"chromium": "^3.0.3",
26+
"eslint": "^6.8.0",
27+
"eslint-plugin-github": "^3.4.1",
2528
"karma": "^6.4.3",
2629
"karma-chai": "^0.1.0",
2730
"karma-chrome-launcher": "^3.2.0",

0 commit comments

Comments
 (0)