소스 검색

update eslint settings

Yuki Takei 1 년 전
부모
커밋
3ec37d2931
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      apps/pdf-converter/.eslintignore
  2. 6 0
      apps/pdf-converter/.eslintrc.cjs

+ 0 - 1
apps/pdf-converter/.eslintignore

@@ -1 +0,0 @@
-/dist/**

+ 6 - 0
apps/pdf-converter/.eslintrc.cjs

@@ -1,5 +1,11 @@
+/**
+ * @type {import('eslint').Linter.Config}
+ */
 module.exports = {
   extends: '../../.eslintrc.js',
+  ignorePatterns: [
+    'dist/**',
+  ],
   rules: {
     'no-useless-constructor': 'off',
     '@typescript-eslint/consistent-type-imports': 'off',