We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132b7b7 commit 210c4e4Copy full SHA for 210c4e4
eslint.config.mjs
@@ -7,7 +7,7 @@ import eslintPluginYml from 'eslint-plugin-yml'
7
/** @type {import('eslint').Linter.Config[]} */
8
export default [
9
{ files: ['**/*.{js,mjs,cjs,ts}'] },
10
- { ignores: ['dist'] },
+ { ignores: ['dist', 'pnpm-lock.yaml'] },
11
{ languageOptions: { globals: { ...globals.browser } } },
12
pluginJs.configs.recommended,
13
...tseslint.configs.recommended,
0 commit comments