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 f718443 commit ac543e5Copy full SHA for ac543e5
.eslintrc.cjs
@@ -1,5 +1,6 @@
1
/* eslint-env node */
2
module.exports = {
3
+ ignorePatterns: ["dist"],
4
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended', 'prettier', 'plugin:prettier/recommended'],
5
parser: '@typescript-eslint/parser',
6
plugins: ['@typescript-eslint', 'prettier', 'sort-destructure-keys'],
0 commit comments