feat(import): Initial Import's config file

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-13 18:39:46 +04:00
parent 8d2a8a6154
commit e81b322b43
6 changed files with 429 additions and 9 deletions

View File

@ -16,6 +16,7 @@
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.1",
"rollup": "^1.31.0",
"rollup-plugin-terser": "^5.2.0",
"tslib": "^1.10.0",
@ -24,7 +25,8 @@
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"eslint": "^6.8.0"
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.1"
},
"dependencies": {}
}