syinpoSlicer/tslint.json

9 lines
195 B
JSON
Raw Permalink Normal View History

2020-04-25 01:23:56 +08:00
{
"extends": "tslint-microsoft-contrib/recommended",
"rulesDirectory": [
"node_modules/tslint-microsoft-contrib"
],
"rules": {
"no-relative-imports": false
}
}