1
0
Fork 0

Linting config fix?

refactor/models
Bsian 2019-10-15 18:45:48 +01:00
parent a0294ae44b
commit 529147f925
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
4 changed files with 13 additions and 1 deletions

View File

@ -19,5 +19,6 @@
"@typescript-eslint"
],
"rules": {
"linebreak-style": "off"
}
}

8
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"eslint.enable": true,
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript"
]
}

View File

@ -3,7 +3,9 @@
"version": "1.0.0",
"description": "The official LOC Cloud Services system, this is a rewrite of the original version. ",
"main": "dist/Client.js",
"scripts": { "lint": "eslint ./ --ext ts --fix" },
"scripts": {
"lint": "eslint ./ --ext ts --fix"
},
"author": "Library of Code sp-us Engineering Team",
"license": "MIT",
"private": false,

1
src/commands/help.ts Normal file
View File

@ -0,0 +1 @@
import { Message } from 'eris'