forked from Outils-PeerTube/peertube-plugin-auto-import-ytb
Tyescripted the project and correctly made the package.json file
This commit is contained in:
15
.esltinrc.json
Normal file
15
.esltinrc.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"env": {
|
||||
"node": true,
|
||||
"commonjs": true,
|
||||
"es2021": true
|
||||
},
|
||||
"extends": ["plugin:prettier/recommended", "plugin:mocha/recommended"],
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 12
|
||||
},
|
||||
"plugins": ["@typescript-eslint", "mocha"],
|
||||
"rules": {
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user