mirror of
https://github.com/tedkulp/vidgrab
synced 2026-03-04 13:10:04 -05:00
27 lines
427 B
JSON
27 lines
427 B
JSON
{
|
|
"extends": [
|
|
"plugin:@nrwl/nx/react-typescript",
|
|
"../../.eslintrc.json",
|
|
"next",
|
|
"next/core-web-vitals"
|
|
],
|
|
"ignorePatterns": ["!**/*"],
|
|
"overrides": [
|
|
{
|
|
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
|
|
"rules": {}
|
|
},
|
|
{
|
|
"files": ["*.ts", "*.tsx"],
|
|
"rules": {}
|
|
},
|
|
{
|
|
"files": ["*.js", "*.jsx"],
|
|
"rules": {}
|
|
}
|
|
],
|
|
"env": {
|
|
"jest": true
|
|
}
|
|
}
|