1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-19 17:46:12 +07:00

build(deps-dev): bump css-loader from 3.3.2 to 3.4.0 (#383)

This commit is contained in:
dependabot-preview[bot]
2019-12-18 17:54:27 -03:00
committed by Priscila Oliveira
parent 61dc9b0783
commit ef2b50a329
6 changed files with 14 additions and 15 deletions

12
.vscode/settings.json vendored
View File

@@ -1,10 +1,10 @@
{
"eslint.packageManager": "yarn",
// "eslint.validate": [
// "javascript",
// "javascriptreact",
// "typescript",
// "typescriptreact"
// ],
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"typescript.tsdk": "node_modules/typescript/lib"
}