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 66dcc71 commit c93adf6Copy full SHA for c93adf6
package.json
@@ -33,6 +33,8 @@
33
"babel-preset-stage-0": "^6.5.0",
34
"babel-register": "^6.9.0",
35
"chai": "^3.5.0",
36
+ "eslint": "^3.0.0",
37
+ "eslint-config-canonical": "^1.7.12",
38
"jsdom": "^8.1.0",
39
"mocha": "^2.5.3",
40
"pragmatist": "^3.0.21",
@@ -43,7 +45,7 @@
43
45
},
44
46
"scripts": {
47
"pragmatist": "node ./node_modules/.bin/pragmatist --es5",
- "lint": "npm run pragmatist lint",
48
+ "lint": "eslint ./src ./tests",
49
"test": "mocha --compilers js:babel-register ./tests/**/*.js",
50
"build": "babel ./src --out-dir ./dist",
51
"watch": "npm run pragmatist watch",
0 commit comments