You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 274B

12345678910111213
  1. {
  2. "devDependencies": {
  3. "eslint": "*",
  4. "stylelint": ">=13.6.0",
  5. "stylelint-config-standard": "*",
  6. "postcss-html": "*",
  7. "@stylelint/postcss-css-in-js": "*"
  8. },
  9. "eslintIgnore": [
  10. "*.min.js",
  11. "prism.js"
  12. ]
  13. }