Linter to consider ts and scss files as well
This commit is contained in:
parent
3fa02c2260
commit
54bae3fc39
2
.arclint
2
.arclint
@ -3,7 +3,7 @@
|
|||||||
"prettier": {
|
"prettier": {
|
||||||
"type": "prettier",
|
"type": "prettier",
|
||||||
"bin": "./node_modules/.bin/prettier",
|
"bin": "./node_modules/.bin/prettier",
|
||||||
"include": ["(\\.ts$)", "(\\.css$)"]
|
"include": ["(\\.[tj]s$)", "(\\.s?css$)"]
|
||||||
},
|
},
|
||||||
"eslint": {
|
"eslint": {
|
||||||
"type": "eslint",
|
"type": "eslint",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user