mirror of
https://github.com/usatiuk/EggbotWireless.git
synced 2025-10-27 01:07:49 +01:00
setup a web app
This commit is contained in:
16
App/tslint.json
Normal file
16
App/tslint.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"extends": [
|
||||
"tslint-plugin-prettier"
|
||||
],
|
||||
"rules": {
|
||||
"prettier": true,
|
||||
"no-console": false,
|
||||
"object-literal-sort-keys": false,
|
||||
"no-implicit-dependencies": false,
|
||||
"no-submodule-imports": false,
|
||||
"no-this-assignment": false,
|
||||
"max-classes-per-file": false,
|
||||
"jsx-no-lambda": false,
|
||||
"linebreak-style": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user