Skip to content

Commit cd49b8c

Browse files
committed
make plugin ready for the feature
1 parent 7fd1998 commit cd49b8c

File tree

7 files changed

+2276
-15417
lines changed

7 files changed

+2276
-15417
lines changed

.eslintrc.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"env": {
3+
"browser": true,
4+
"es6": true
5+
},
6+
"extends": ["eslint:recommended", "plugin:prettier/recommended"],
7+
// "plugins": ["prettier"],
8+
"parserOptions": {
9+
"sourceType": "module"
10+
},
11+
"ignorePatterns": ["node_modules/", "dist/"]
12+
}

.eslintrc.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.prettierrc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"trailingComma": "all",
3+
"tabWidth": 2,
4+
"semi": false,
5+
"singleQuote": true
6+
}

0 commit comments

Comments
 (0)