We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae655b1 commit 4e85d39Copy full SHA for 4e85d39
skeleton-esnext-webpack/.eslintrc.json
@@ -0,0 +1,3 @@
1
+{
2
+ "extends": "./node_modules/aurelia-tools/.eslintrc.json"
3
+}
skeleton-esnext-webpack/package.json
@@ -107,6 +107,7 @@
107
"@easy-webpack/config-uglify": "^2.1.0",
108
"@easy-webpack/core": "^1.3.2",
109
"aurelia-tools": "^0.2.4",
110
+ "babel-eslint": "^7.1.0",
111
"babel-plugin-transform-decorators-legacy": "^1.3.4",
112
"babel-preset-es2015": "^6.9.0",
113
"babel-preset-es2015-loose": "^7.0.0",
@@ -115,6 +116,7 @@
115
116
"babel-register": "^6.11.6",
117
"concurrently": "^2.2.0",
118
"cross-env": "^2.0.0",
119
+ "eslint": "^3.9.0",
120
"http-server": "^0.9.0",
121
"jasmine-core": "^2.4.1",
122
"karma": "^1.1.2",
0 commit comments