mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
lint fixes
This commit is contained in:
parent
fa19e89174
commit
c9547ef662
@ -203,7 +203,7 @@ module.exports = {
|
|||||||
files: ['*.spec.ts'],
|
files: ['*.spec.ts'],
|
||||||
plugins: ['jest'],
|
plugins: ['jest'],
|
||||||
env: {
|
env: {
|
||||||
jest: true
|
jest: true,
|
||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
'jest/no-disabled-tests': 'error',
|
'jest/no-disabled-tests': 'error',
|
||||||
@ -212,7 +212,7 @@ module.exports = {
|
|||||||
'jest/prefer-to-have-length': 'error',
|
'jest/prefer-to-have-length': 'error',
|
||||||
'jest/valid-expect': 'error',
|
'jest/valid-expect': 'error',
|
||||||
'@typescript-eslint/unbound-method': 'off',
|
'@typescript-eslint/unbound-method': 'off',
|
||||||
//'jest/unbound-method': 'error',
|
// 'jest/unbound-method': 'error',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user