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 251B

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