adjust eslint ignore rule so linter works when dist dir is present
This commit is contained in:
parent
ade5a91ec9
commit
aa8b9855d3
1 changed files with 3 additions and 1 deletions
|
|
@ -5,13 +5,15 @@ import globals from "globals";
|
|||
import tseslint from "typescript-eslint";
|
||||
|
||||
export default tseslint.config(
|
||||
{
|
||||
ignores: ["**/dist/**", "**/node_modules/**", "eslint.config.ts"],
|
||||
},
|
||||
js.configs.recommended,
|
||||
tseslint.configs.recommended,
|
||||
{
|
||||
plugins: {
|
||||
"better-tailwindcss": eslintPluginBetterTailwindcss,
|
||||
},
|
||||
ignores: ["**/node_modules/**", "eslint.config.ts"],
|
||||
languageOptions: {
|
||||
parser: eslintParserTypeScript,
|
||||
parserOptions: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue