UNPKG

109 BPlain TextView Raw
1{
2 "rules": {
3 "semi": [2, "never"],
4 "no-mixed-spaces-and-tabs": 0,
5 "indent": ["error", 2]
6 }
7}