mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
13 lines
208 B
Plaintext
13 lines
208 B
Plaintext
{
|
|
"ecmaFeatures": {
|
|
"blockBindings": true,
|
|
"arrowFunctions": true,
|
|
"classes": true,
|
|
"forOf": true,
|
|
"modules": true,
|
|
},
|
|
"rules": {
|
|
"semi": 2
|
|
}
|
|
}
|