Skip to content

Commit

Permalink
Merge pull request #259 from Zemnmez/specified-css-lint-deps
Browse files Browse the repository at this point in the history
specified css lint deps
  • Loading branch information
Zemnmez authored May 25, 2022
2 parents 2c79031 + 4d44f7f commit 295abc4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions css/lint/rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ def css_lint(name = None, srcs = [], **kwargs):
data = [
"//css/lint:stylelint-config.json",
"@npm//stylelint/bin:stylelint",
# I am not sure what exactly files it needs.......
"@npm//:node_modules",
"@npm//stylelint-config-standard",
"@npm//stylelint-config-recommended",
"@npm//stylelint-config-css-modules",
] + srcs,
env = {
"LOCAL_FILES": " ".join(["$(rootpaths " + src + ")" for src in srcs]),
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"@types/react-dom": "^17.0.11",
"@types/svgo": "^2.6.3",
"@types/tmp": "^0.2.3",
"commander": "^9.2.0",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"chalk": "^5.0.1",
"classnames": "^2.3.1",
"commander": "^9.2.0",
"concurrently": "^7.2.1",
"d3-axis": "^3.0.0",
"d3-scale": "^4.0.2",
Expand All @@ -50,16 +50,17 @@
"jsdom": "^19.0.0",
"mime": "^3.0.0",
"module-alias": "^2.2.2",
"puppeteer": "^14.1.1",
"svgo": "^2.8.0",
"tmp": "^0.2.1",
"prettier": "^2.6.2",
"puppeteer": "^14.1.1",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-spring": "^9.4.5",
"stylelint": "^14.8.4",
"stylelint-config-css-modules": "^4.1.0",
"stylelint-config-recommended": "^7.0.0",
"stylelint-config-standard": "^25.0.0",
"svgo": "^2.8.0",
"tmp": "^0.2.1",
"ts-node": "^10.8.0",
"ts-toolbelt": "^9.6.0",
"typescript-transform-paths": "^3.3.1",
Expand Down

0 comments on commit 295abc4

Please sign in to comment.