Browse Source

Ignore the deploy commands JS file from ESLint

pull/41/head
Abheek Dhawan 3 years ago
parent
commit
756b6965ab
Signed by: abheekd GPG Key ID: 7BE81B8C14475B67
  1. 1
      .eslintrc.json

1
.eslintrc.json

@ -11,6 +11,7 @@
"node": true,
"es6": true
},
"ignorePatterns": ["src/deploy-commands.js"],
"rules": {
"arrow-spacing": ["error", { "before": true, "after": true }],
"brace-style": ["error", "stroustrup", { "allowSingleLine": true }],

Loading…
Cancel
Save