Skip to content

Commit b69de3a

Browse files
author
Ian VanSchooten
committed
2.0.0
1 parent df2d2fc commit b69de3a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-nutshell",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "ESLint sharable config for Nutshell Javascript style guide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)