mirror of
https://github.com/sartography/diagram-js-code-editor.git
synced 2025-03-02 16:00:41 +00:00
15 lines
221 B
Plaintext
Executable File
15 lines
221 B
Plaintext
Executable File
{
|
|
"env": {
|
|
"browser": true,
|
|
"es2021": true
|
|
},
|
|
"extends": [
|
|
"google"
|
|
],
|
|
"parserOptions": {
|
|
"ecmaVersion": 12,
|
|
"sourceType": "module"
|
|
},
|
|
"rules": {
|
|
}
|
|
} |