b409a5583d
Add vue cli typescript support Rename .js to .ts Use class and annotations in App and NavBar Add tslint
8 lines
121 B
JSON
8 lines
121 B
JSON
{
|
|
"extends": "tslint-config-airbnb",
|
|
"rules": {
|
|
"max-line-length": [ true, 140 ],
|
|
"import-name": false
|
|
}
|
|
}
|