Skip to content

Commit

Permalink
feat: Removed annoying eslint rules
Browse files Browse the repository at this point in the history
Closes: #316
  • Loading branch information
d4rkr00t committed Mar 3, 2018
1 parent edab491 commit aacf679
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 28 deletions.
43 changes: 24 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aik",
"version": "0.17.0",
"version": "0.17.0-dev",
"description": "Frontend Playground",
"bin": "cli.js",
"main": "lib/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"ci:coverage": "npm run test:coverage && cat ./coverage/lcov.info | coveralls",
"lint:flow": "flow",
"lint:staged": "lint-staged",
"prepare": "npm run build && npm run ci:validate",
"pmm:prepare": "npm run build && npm run ci:validate",
"release:major": "pmm major",
"release:minor": "pmm minor",
"release:patch": "pmm patch",
Expand Down Expand Up @@ -83,8 +83,8 @@
"chalk": "2.3.0",
"connect-history-api-fallback": "1.5.0",
"css-loader": "0.28.7",
"eslint": "4.13.1",
"eslint-loader": "1.9.0",
"eslint": "4.18.2",
"eslint-loader": "2.0.0",
"eslint-plugin-react": "7.5.1",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.6",
Expand Down Expand Up @@ -124,7 +124,7 @@
"html-reporter": "1.1.0",
"jest": "21.2.1",
"lint-staged": "6.0.0",
"pmm": "1.3.1",
"pmm": "2.0.0",
"pre-commit": "1.2.2",
"prettier": "1.9.2",
"proq": "1.0.0",
Expand Down
4 changes: 0 additions & 4 deletions src/eslint-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ module.exports = {
"no-fallthrough": "warn",
"no-global-assign": "warn",
"no-implied-eval": "warn",
"no-invalid-this": "warn",
"no-labels": "warn",
"no-lone-blocks": "warn",
"no-new-func": "warn",
Expand All @@ -72,9 +71,6 @@ module.exports = {
"no-undef": "warn",
"no-unused-vars": "warn",

// Stylistic Issues
"nonblock-statement-body-position": "warn",

// ECMAScript 6
"constructor-super": "warn",
"no-class-assign": "warn",
Expand Down

0 comments on commit aacf679

Please sign in to comment.