Skip to content

Commit 3aecf0a

Browse files
committed
chore: update eslint & typescript configs
1 parent 4a04ed2 commit 3aecf0a

File tree

10 files changed

+776
-1219
lines changed

10 files changed

+776
-1219
lines changed

.eslintrc

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
node-version: ${{ matrix.node-version }}
3232
cache: 'npm'
3333
- run: npm ci
34-
- run: npm run build --if-present
34+
- run: npm run build --if-presentls
3535
- run: npm test
3636

3737
automerge:

eslint.config.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { typescriptConfig } from "@openally/config.eslint";
2+
3+
export default typescriptConfig({
4+
rules: {
5+
"@stylistic/type-annotation-spacing": "off"
6+
}
7+
});

0 commit comments

Comments
 (0)