We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07422fd commit af8252aCopy full SHA for af8252a
package.json
@@ -12,6 +12,7 @@
12
],
13
"scripts": {
14
"clean": "rm -rf dist",
15
+ "lint": "github-lint",
16
"prebuild": "npm run clean",
17
"build": "tsc --outDir dist/umd --module umd && tsc",
18
"pretest": "npm run build",
@@ -22,6 +23,8 @@
22
23
"devDependencies": {
24
"chai": "^4.1.2",
25
"chromium": "^3.0.3",
26
+ "eslint": "^6.8.0",
27
+ "eslint-plugin-github": "^3.4.1",
28
"karma": "^6.4.3",
29
"karma-chai": "^0.1.0",
30
"karma-chrome-launcher": "^3.2.0",
0 commit comments