Skip to content

Commit

Permalink
fix: add stylelint dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nesrinesghaier committed Oct 6, 2021
1 parent c4a528f commit c1e1f79
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
},
"extends": [
"airbnb-base",
"eslint:recommended",
"plugin:prettier/recommended"
"eslint:recommended"
],
"rules": {
"no-plusplus": "off",
Expand Down
2 changes: 1 addition & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"length-zero-no-unit":null,
"at-rule-no-unknown": [
true,{
"ignoreAtRules": ["/^-st-/"]
"ignoreAtRules": ["/-st-/"]
}
]
}
Expand Down
75 changes: 75 additions & 0 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^4.0.0",
"favicons-webpack-plugin": "^3.0.1",
"file-loader": "^6.0.0",
"gh-pages": "^2.2.0",
Expand All @@ -48,7 +49,10 @@
"sass-loader": "^8.0.2",
"string-replace-webpack-plugin": "^0.1.3",
"stylelint": "^13.4.0",
"stylelint-config-recommended-scss": "^4.3.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.21.0",
"svg-inline-loader": "^0.8.2",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
Expand Down

1 comment on commit c1e1f79

@vercel
Copy link

@vercel vercel bot commented on c1e1f79 Oct 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.