.eslintrc.js 90 B

123456
  1. module.exports = {
  2. "extends": "standard",
  3. "plugins": [
  4. "standard"
  5. ]
  6. };