Настройка eslint

This commit is contained in:
Book Pauk
2021-10-27 04:11:07 +07:00
parent ff52602c3a
commit b684725094
4 changed files with 113 additions and 122 deletions

6
.babelrc Normal file
View File

@@ -0,0 +1,6 @@
{
"presets": [['@babel/preset-env', { "targets": { "esmodules": true } }]],
"plugins": [
["@babel/plugin-proposal-decorators", { "legacy": true }]
]
}