Skip to content

Commit c723689

Browse files
committed
update linter
1 parent 53ff59a commit c723689

4 files changed

Lines changed: 613 additions & 193 deletions

File tree

eslint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import eslintConfigCityssm, { tseslint } from 'eslint-config-cityssm';
2-
const config = tseslint.config(...eslintConfigCityssm, {
2+
const config = tseslint.config(eslintConfigCityssm, {
3+
files: ['**/*.ts'],
34
rules: {
45
'@cspell/spellchecker': 'off'
56
}

eslint.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import eslintConfigCityssm, {
33
tseslint
44
} from 'eslint-config-cityssm'
55

6-
const config = tseslint.config(...eslintConfigCityssm, {
6+
const config = tseslint.config(eslintConfigCityssm, {
7+
files: ['**/*.ts'],
78
rules: {
89
'@cspell/spellchecker': 'off'
910
}

0 commit comments

Comments
 (0)