Skip to content

Commit

Permalink
Clean up commented config
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Jun 13, 2022
1 parent 49e2f58 commit ace511e
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,10 @@ module.exports = {
},

extends : [
"prettier",
// Uncomment any of the lines below to choose desired strictness,
// but leave only one uncommented!
// See https://eslint.vuejs.org/rules/#available-rules
// "plugin:vue/essential" // Priority A: Essential (Error Prevention)
//"plugin:vue/strongly-recommended" // Priority B: Strongly Recommended (Improving Readability)
// "plugin:vue/recommended" // Priority C: Recommended (Minimizing Arbitrary Choices and Cognitive Overhead)
"prettier"
],

// required to lint *.vue files
plugins : [
//"vue"
],
plugins : [],

globals : {
"ga" : true, // Google Analytics
Expand Down Expand Up @@ -124,13 +115,5 @@ module.exports = {
"asyncArrow" : "never"
}
]
//"vue/html-indent": ["error", "tab"],
//"vue/html-self-closing": [ "error", {
// "html": {
// "void": "any",
// "normal": "always",
// "component": "always"
// }
//} ]
}
};

0 comments on commit ace511e

Please sign in to comment.