Skip to content

Commit

Permalink
omit prettier-stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei committed Jan 12, 2022
1 parent 3f55b95 commit 56f1bb4
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 1,017 deletions.
3 changes: 1 addition & 2 deletions packages/plugin-attachment-refs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build:cjs": "tsc -p tsconfig.build.cjs.json && tsc-alias -p tsconfig.build.cjs.json",
"build:esm": "tsc -p tsconfig.build.esm.json && tsc-alias -p tsconfig.build.esm.json",
"lint:js": "eslint **/*.{js,jsx,ts,tsx}",
"lint:styles": "stylelint src/**/*.scss",
"lint:styles": "stylelint src/**/*.css src/**/*.scss",
"lint": "run-p lint:*",
"test": ""
},
Expand All @@ -31,7 +31,6 @@
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"prettier-stylelint": "^0.4.2",
"react": "^16.8.3",
"react-dom": "^16.8.3"
}
Expand Down
Loading

0 comments on commit 56f1bb4

Please sign in to comment.