mirror of https://github.com/waku-org/waku-lab.git
16 lines
265 B
JSON
16 lines
265 B
JSON
|
{
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"commonjs": true,
|
||
|
"es2021": true,
|
||
|
"node": true
|
||
|
},
|
||
|
"extends": "next/core-web-vitals",
|
||
|
"overrides": [],
|
||
|
"parser": "@typescript-eslint/parser",
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": "latest"
|
||
|
},
|
||
|
"rules": {}
|
||
|
}
|