diff --git a/.eslintignore b/.eslintignore index 9f81cf8..9d5fd02 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,4 +4,5 @@ /.quasar /node_modules .eslintrc.cjs +/src /quasar.config.*.temporary.compiled* diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 68b682e..e6e2e50 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -46,11 +46,11 @@ module.exports = { // https://eslint.vuejs.org/user-guide/#why-doesn-t-it-work-on-vue-files // required to lint *.vue files 'vue' - + // https://github.com/typescript-eslint/typescript-eslint/issues/389#issuecomment-509292674 // Prettier has not been included as plugin to avoid performance impact // add it as an extension for your IDE - + ], globals: { @@ -68,10 +68,8 @@ module.exports = { // add your custom rules here rules: { - - 'prefer-promise-reject-errors': 'off', - quotes: ['warn', 'single', { avoidEscape: true }], + 'prefer-promise-reject-errors': 'off', // this rule, if on, would require explicit return type on the `render` function '@typescript-eslint/explicit-function-return-type': 'off', diff --git a/index.html b/index.html index 3c8c78f..015e4d3 100644 --- a/index.html +++ b/index.html @@ -9,13 +9,14 @@ - +
+