Upgrade web assets (#219)
* 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
This commit is contained in:
7
web/vscode.eslintrc.json
Normal file
7
web/vscode.eslintrc.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"parserOptions": {
|
||||
"babelOptions": {
|
||||
"configFile": "./web/babel.config.json"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user