Skip to content

Commit

Permalink
use eslint-config-ns and stylelint-config-ns for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
natterstefan committed Aug 25, 2018
1 parent eed0b06 commit 1b978dd
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 123 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
@@ -1,3 +1,3 @@
module.exports = {
extends: '@natterstefan/eslint-config-ns',
extends: 'eslint-config-ns',
}
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -95,7 +95,6 @@
"styled-components": "3.3.0"
},
"devDependencies": {
"@natterstefan/eslint-config-ns": "git+https://github.com/natterstefan/eslint-config-ns.git#master",
"babel-core": "6.26.3",
"babel-jest": "23.0.1",
"babel-loader": "7.1.4",
Expand All @@ -112,6 +111,7 @@
"enzyme-adapter-react-16": "1.1.1",
"enzyme-to-json": "3.3.4",
"error-overlay-webpack-plugin": "0.1.5",
"eslint-config-ns": "0.2.0",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "1.1.11",
"html-loader": "0.5.5",
Expand All @@ -125,6 +125,7 @@
"redux-mock-store": "1.5.1",
"sass-loader": "7.0.1",
"size-limit": "0.18.1",
"stylelint-config-ns": "0.1.1",
"uglifyjs-webpack-plugin": "1.2.5",
"webpack": "4.9.1",
"webpack-cli": "2.1.4",
Expand Down
2 changes: 1 addition & 1 deletion stylelint.config.js
@@ -1,5 +1,5 @@
module.exports = {
extends: '@natterstefan/eslint-config-ns/stylelint',
extends: 'stylelint-config-ns',
ignoreFiles: [
'./coverage/**/*',
'./dist/**/*',
Expand Down

0 comments on commit 1b978dd

Please sign in to comment.