env: tweak linter + add icon

This commit is contained in:
Adrien Marquès 2019-05-08 13:00:55 +02:00
parent a1c4a986d9
commit ffd47fed56
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -10,7 +10,7 @@
},
"rules": {
"quotemark": [true, "single"],
"indent": [true, "spaces", 2],
"indent": [true, "tabs", 1],
"interface-name": false,
"ordered-imports": false,
"object-literal-sort-keys": false,