Skip to content

Commit

Permalink
fix: remove outdated stylelint types (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Jan 14, 2022
1 parent 9d1c124 commit f5e5e4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 71 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ npm install stylelint-webpack-plugin --save-dev
npm install stylelint --save-dev
```

**Note**: If you are using Stylelint 13 rather than 14+, you might also need to install `@types/stylelint` as a dev dependency if getting stylelint related type errors.

Then add the plugin to your webpack config. For example:

```js
Expand Down
69 changes: 0 additions & 69 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@
"webpack": "^5.0.0"
},
"dependencies": {
"@types/stylelint": "^13.13.3",
"globby": "^11.0.4",
"jest-worker": "^27.3.1",
"globby": "^11.0.4",
"micromatch": "^4.0.4",
"normalize-path": "^3.0.0",
"schema-utils": "^4.0.0"
Expand Down

0 comments on commit f5e5e4c

Please sign in to comment.