mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-05 18:20:39 -08:00
15 lines
No EOL
335 B
Text
15 lines
No EOL
335 B
Text
{
|
|
"extends": "airbnb",
|
|
"globals": {
|
|
"window": true,
|
|
"document": true,
|
|
"fetch": true
|
|
},
|
|
"rules": {
|
|
"import/no-extraneous-dependencies": [0],
|
|
"react/jsx-filename-extension": [1, { "extensions": [".js"] }],
|
|
"react/forbid-prop-types": [0],
|
|
"import/prefer-default-export": [0],
|
|
"camelcase": [0]
|
|
}
|
|
} |