Skip to content

Commit 2d522d7

Browse files
authored
Merge pull request #37 from github/update-eslint-and-friends
Update eslint and friends
2 parents be499a3 + c58c0f5 commit 2d522d7

File tree

5 files changed

+5496
-2989
lines changed

5 files changed

+5496
-2989
lines changed

.eslintrc.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
2+
"root": true,
3+
"plugins": ["github"],
24
"extends": [
3-
"plugin:github/es6",
5+
"plugin:github/recommended",
46
"plugin:github/browser",
57
"plugin:github/typescript"
68
],
79
"globals": {
8-
"ImageCropElement": "readable"
10+
"ImageCropElement": "readonly"
911
}
1012
}

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

0 commit comments

Comments
 (0)