Skip to content

Commit

Permalink
Remove eslint-config-postcss
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Oct 16, 2020
1 parent 62a3947 commit 0e3b846
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ecmaVersion": 2018,
"sourceType": "module"
},
"extends": ["eslint-config-postcss", "prettier"],
"extends": ["prettier"],
"plugins": ["prettier"],
"rules": {
"camelcase": ["error", { "allow": ["^unstable_"] }],
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"babel-jest": "^26.5.2",
"clean-css": "^4.1.9",
"eslint": "^7.10.0",
"eslint-config-postcss": "^2.0.2",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-prettier": "^3.0.1",
"jest": "^26.5.2",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2284,11 +2284,6 @@ escodegen@^1.14.1:
optionalDependencies:
source-map "~0.6.1"

eslint-config-postcss@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/eslint-config-postcss/-/eslint-config-postcss-2.0.2.tgz#cae1c6093ced7850894a5b85fbe1d1e232b72afb"
integrity sha1-yuHGCTzteFCJSluF++HR4jK3Kvs=

eslint-config-prettier@^6.12.0:
version "6.12.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.12.0.tgz#9eb2bccff727db1c52104f0b49e87ea46605a0d2"
Expand Down

0 comments on commit 0e3b846

Please sign in to comment.