mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-07 22:54:02 -04:00
Update lint
This commit is contained in:
@@ -4,5 +4,6 @@ module.exports = {
|
||||
extends: ['next', 'next/core-web-vitals'],
|
||||
rules: {
|
||||
'@typescript-eslint/no-explicit-any': 'off',
|
||||
'react/no-unescaped-entities': 'off',
|
||||
},
|
||||
}
|
||||
|
||||
@@ -26,5 +26,6 @@
|
||||
"exclude": ["node_modules"],
|
||||
"types": ["jest", "@testing-library/jest-dom"],
|
||||
"typeRoots": ["./node_modules/@types", "./types"],
|
||||
"jsx": "react-jsx",
|
||||
"sourceMap": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user