mirror of
https://github.com/azlux/botamusique.git
synced 2025-05-17 22:52:05 +00:00

* Update assets * Upgrade linting and other improvments * Correct linting * Correction and type check improvements * Correct type check lib * Fix lint pathing for VSCode * Remove duplicate babel config * Remove editorconfig root attribute from web subdir * Use double quotes around message * Simplify ESLint config * Update web assets * Allow AMD loader in WebPack * Bump web dependencies * Only include FA icons in-use
7 lines
103 B
JSON
7 lines
103 B
JSON
{
|
|
"parserOptions": {
|
|
"babelOptions": {
|
|
"configFile": "./web/babel.config.json"
|
|
}
|
|
}
|
|
}
|