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

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