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

12345678910
  1. {
  2. "devDependencies": {
  3. "eslint": "*",
  4. "stylelint": "*",
  5. "stylelint-config-standard": "*"
  6. },
  7. "eslintIgnore": [
  8. "*.min.js"
  9. ]
  10. }