Skip to content

Commit 210c4e4

Browse files
committed
Avoid linting lock file
1 parent 132b7b7 commit 210c4e4

File tree

2 files changed

+255
-255
lines changed

2 files changed

+255
-255
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import eslintPluginYml from 'eslint-plugin-yml'
77
/** @type {import('eslint').Linter.Config[]} */
88
export default [
99
{ files: ['**/*.{js,mjs,cjs,ts}'] },
10-
{ ignores: ['dist'] },
10+
{ ignores: ['dist', 'pnpm-lock.yaml'] },
1111
{ languageOptions: { globals: { ...globals.browser } } },
1212
pluginJs.configs.recommended,
1313
...tseslint.configs.recommended,

0 commit comments

Comments
 (0)