Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Commit 916c68a

Browse files
committed
chore: Apply prettier on the project
1 parent 555ef2e commit 916c68a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+1633
-1804
lines changed

.eslintrc

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"env": {
3+
"browser": true,
4+
"commonjs": true,
5+
"es6": true,
6+
"node": true,
7+
"jasmine": true,
8+
"mocha": true
9+
},
10+
"globals": {
11+
"__DEV__": true,
12+
"__ENV__": true
13+
},
14+
"extends": ["prettier"],
15+
"plugins": ["prettier"],
16+
"rules": {
17+
"prettier/prettier": "error"
18+
},
19+
"parser": "babel-eslint",
20+
"parserOptions": {
21+
"sourceType": "module",
22+
"allowImportExportEverywhere": "true",
23+
"ecmaFeatures": {
24+
"jsx": true
25+
}
26+
}
27+
}

.eslintrc.js

-43
This file was deleted.

0 commit comments

Comments
 (0)