@eox/eslint-config
Advanced tools
Comparing version 3.0.0-alpha.5 to 3.0.0-alpha.6
20
index.js
@@ -8,14 +8,14 @@ import eslintConfigPrettier from "eslint-config-prettier"; | ||
js.configs.recommended, | ||
jsdoc.configs["flat/recommended"], | ||
jsdoc.configs["flat/recommended-typescript-flavor"], | ||
eslintConfigPrettier, | ||
// { | ||
// files: ["**/*.js"], | ||
// plugins: { | ||
// jsdoc, | ||
// }, | ||
// rules: { | ||
// "jsdoc/check-types": "warn", | ||
// }, | ||
// }, | ||
{ | ||
files: ["**/*.js"], | ||
plugins: { | ||
jsdoc, | ||
}, | ||
rules: { | ||
"jsdoc/check-types": "warn", | ||
}, | ||
}, | ||
{ | ||
languageOptions: { | ||
@@ -22,0 +22,0 @@ globals: { |
{ | ||
"name": "@eox/eslint-config", | ||
"version": "3.0.0-alpha.5", | ||
"version": "3.0.0-alpha.6", | ||
"description": "EOX Prettier and ESLint config for Vue.js projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
3724