aswi20220x00-gitlab/webapp/.eslintrc.json @ 4b03d2a7
1 |
{
|
---|---|
2 |
"extends": "next/core-web-vitals", |
3 |
"plugins": [ |
4 |
], |
5 |
"rules": { |
6 |
"@typescript-eslint/ban-ts-comment": "off" |
7 |
} |
8 |
}
|