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 f81cb1a commit 52b81ddCopy full SHA for 52b81dd
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"start": "node src/main.js",
8
"dev": "nodemon",
9
- "lint": "eslint . --ext .js,.ts",
+ "lint": "eslint . --ext .js",
10
"test": "jest",
11
"test:watch": "jest --watch"
12
},
0 commit comments