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 df2d2fc commit b69de3aCopy full SHA for b69de3a
CHANGELOG.md
@@ -0,0 +1,7 @@
1
+# Changes
2
+
3
+## Master
4
5
+## 2.0.0
6
+- Add rules for ES6 imports ([eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import#rules))
7
+- Add `no-implicit-coercion` rule
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-nutshell",
- "version": "1.0.1",
+ "version": "2.0.0",
"description": "ESLint sharable config for Nutshell Javascript style guide",
"main": "index.js",
"scripts": {
0 commit comments