Skip to content

Commit 53f7d9e

Browse files
committed
linting update
1 parent 0a9ed70 commit 53f7d9e

5 files changed

Lines changed: 408 additions & 484 deletions

File tree

eslint.config.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export declare const config: import("@eslint/config-helpers", { with: { "resolution-mode": "require" } }).Config[];
1+
export declare const config: import("eslint-config-cityssm/packageConfig").Config[];
22
export default config;

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const config = defineConfig(configCityssm, {
1010
words: [
1111
...cspellWords,
1212
'timesheet',
13+
'timesheets',
1314
'worktech',
1415
'dateadd',
1516
'rtrim',

eslint.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export const config = defineConfig(configCityssm, {
1313
words: [
1414
...cspellWords,
1515
'timesheet',
16+
'timesheets',
1617
'worktech',
1718

1819
'dateadd',

0 commit comments

Comments
 (0)