Skip to content

Commit

Permalink
chore: update eslint config to ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Sep 27, 2024
1 parent 4badb3b commit 5bc4d1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ import {join} from "node:path";

export default [
{
ignores: ["coverage", "dist", "processes.config.js", "**/templates"]
ignores: ["**/coverage", "**/lib", "**/dist", "processes.config.js", "**/templates", "**/docs/**", "**/docs-references/**"]
},
{
files: ["**/*.{js,mjs,cjs,jsx,mjsx,ts,tsx,mtsx}"],
ignores: ["**/lib/**", "**/dist/**", "**/coverage/**", "**/docs/**", "**/docs-references/**"],
languageOptions: {
ecmaVersion: "latest",
sourceType: "module",
Expand Down

0 comments on commit 5bc4d1c

Please sign in to comment.