mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-04-12 18:36:05 +02:00
16 lines
193 B
Text
16 lines
193 B
Text
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"func-name-matching": 0,
|
|
},
|
|
|
|
"overrides": [
|
|
{
|
|
"files": "test-core-js.js",
|
|
"extends": "@ljharb/eslint-config/tests",
|
|
},
|
|
],
|
|
}
|