UNPKG

294 BPlain TextView Raw
1{
2 "parserOptions": {
3 "ecmaVersion": 5,
4 "impliedStrict": true,
5 "sourceType": "module",
6 "ecmaFeatures": {
7 "impliedStrict": true
8 }
9 },
10 "plugins": [
11 "prettier"
12 ],
13 "rules": {
14 "prettier/prettier": "error"
15 }
16}