mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-19 05:09:41 +02:00
15 lines
232 B
Text
15 lines
232 B
Text
|
{
|
||
|
"extends": [
|
||
|
"codex"
|
||
|
],
|
||
|
"env": {
|
||
|
"es2022": true
|
||
|
},
|
||
|
"parser": "@babel/eslint-parser",
|
||
|
"parserOptions": {
|
||
|
"requireConfigFile": false,
|
||
|
"sourceType": "module",
|
||
|
"allowImportExportEverywhere": true
|
||
|
}
|
||
|
}
|