Skip to content

Commit

Permalink
remove stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormv committed Feb 20, 2024
1 parent 1fa91b6 commit d74d27a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 657 deletions.
6 changes: 1 addition & 5 deletions package.json
Expand Up @@ -10,10 +10,8 @@
"start": "astro dev",
"build": "astro build",
"preview": "astro preview --port 8081",
"lint": "yarn lint:js && yarn lint:css",
"lint": "yarn lint:js",
"lint:js": "eslint --cache --cache-location node_modules/.cache/eslint/ .",
"lint:css": "stylelint \"src/**/*.{css,scss,sass}\"",
"lint:css:fix": "stylelint --fix \"src/**/*.{css,scss,sass}\"",
"resume": "yarn build && yarn resume:generate",
"resume:generate": "concurrently --raw --kill-others --success first npm:preview npm:resume:save-pdf",
"resume:save-pdf": "node --trace-warnings cli/export-pdf-resume.mjs"
Expand Down Expand Up @@ -45,8 +43,6 @@
"prettier-plugin-astro": "^0.12.2",
"puppeteer": "^21.5.2",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint-config-sass-guidelines": "^10.0.0",
"tailwindcss-themer": "^4.0.0",
"tasuku": "^2.0.1",
"typescript": "^5.2.2",
Expand Down

0 comments on commit d74d27a

Please sign in to comment.