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 af8252a commit 5c96242Copy full SHA for 5c96242
package.json
@@ -12,7 +12,6 @@
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",
@@ -23,8 +22,6 @@
23
22
"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