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 f7fa8fd commit d9d544eCopy full SHA for d9d544e
CHANGELOG.md
@@ -0,0 +1,6 @@
1
+## 1.0.0 (2018-09-18)
2
+
3
+* fix(lint): Fixed lint warnings ([f7fa8fd](https://github.com/unlight/eslint-plugin-no-eslint-disable/commit/f7fa8fd))
4
+* docs: Updated README ([3b9e3c9](https://github.com/unlight/eslint-plugin-no-eslint-disable/commit/3b9e3c9))
5
+* feat: First release ([6539708](https://github.com/unlight/eslint-plugin-no-eslint-disable/commit/6539708))
6
+* initial commit ([8e94ecf](https://github.com/unlight/eslint-plugin-no-eslint-disable/commit/8e94ecf))
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-no-eslint-disable",
- "version": "0.0.0-dev",
+ "version": "1.0.0",
"license": "MIT",
"description": "",
"main": "dist/index.js",
0 commit comments