Skip to content

Commit 0fe7eba

Browse files
committed
Major Updates
1 parent bcef2a6 commit 0fe7eba

7 files changed

+6084
-19236
lines changed

.eslintrc.js

+1-22
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,3 @@
11
module.exports = {
2-
parser: '@typescript-eslint/parser',
3-
parserOptions: {
4-
sourceType: 'module',
5-
},
6-
plugins: ['@typescript-eslint/eslint-plugin'],
7-
extends: ['prettier'],
8-
root: true,
9-
env: {
10-
node: true,
11-
jest: true,
12-
},
13-
rules: {
14-
'@typescript-eslint/interface-name-prefix': 'off',
15-
'@typescript-eslint/explicit-module-boundary-types': 'off',
16-
'no-console': 'error',
17-
'space-before-function-paren': [
18-
'error',
19-
{
20-
named: 'never',
21-
},
22-
],
23-
},
2+
extends: ['@pliancy/eslint-config-ts'],
243
}

0 commit comments

Comments
 (0)