Permalink
Browse files
Remove eslint-plugin-html from shareable config
- Loading branch information...
|
|
@@ -1,5 +1,8 @@ |
|
|
{
|
|
|
"extends": "./Tools/eslint-config-cesium/browser.js",
|
|
|
+ "plugins": [
|
|
|
+ "html"
|
|
|
+ ],
|
|
|
"rules": {
|
|
|
"no-unused-vars": ["error", {"vars": "all", "args": "none"}]
|
|
|
}
|
|
|
|
|
|
@@ -1,6 +1,9 @@ |
|
|
Change Log
|
|
|
==========
|
|
|
|
|
|
+### 2.0.1 - 2017-06-28
|
|
|
+* Remove [eslint-plugin-html](https://www.npmjs.com/package/eslint-plugin-html) peerDependency from `browser` config.
|
|
|
+
|
|
|
### 2.0.0 - 2017-06-27
|
|
|
|
|
|
* Enable [no-floating-decimal](http://eslint.org/docs/rules/no-floating-decimal).
|
|
|
|
|
|
@@ -6,9 +6,6 @@ module.exports = { |
|
|
amd: true,
|
|
|
browser: true
|
|
|
},
|
|
|
- plugins: [
|
|
|
- 'html'
|
|
|
- ],
|
|
|
rules: {
|
|
|
'no-implicit-globals': 'error'
|
|
|
}
|
|
|
|
|
|
@@ -19,7 +19,6 @@ |
|
|
"cesium"
|
|
|
],
|
|
|
"peerDependencies": {
|
|
|
- "eslint": ">= 4",
|
|
|
- "eslint-plugin-html": ">= 3"
|
|
|
+ "eslint": ">= 4"
|
|
|
}
|
|
|
}
|
0 comments on commit
031a6d4