Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75d3d29

Browse files
author
Kristján Oddsson
authored
Merge pull request #12 from github/remove-classes-transform
Remove classes transform
2 parents 00aba16 + e96d82b commit 75d3d29

10 files changed

+1041
-896
lines changed

.eslintrc.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,19 @@
33
"plugin:github/es6",
44
"plugin:github/browser",
55
"plugin:github/flow"
6+
],
7+
"overrides": [
8+
{
9+
"files": "test/**/*.js",
10+
"rules": {
11+
"flowtype/require-valid-file-annotation": "off"
12+
},
13+
"env": {
14+
"mocha": true
15+
},
16+
"globals": {
17+
"assert": true
18+
}
19+
}
620
]
7-
}
21+
}

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ Browsers without native [custom element support][support] require a [polyfill][]
7171
- Chrome
7272
- Firefox
7373
- Safari
74-
- Internet Explorer 11
7574
- Microsoft Edge
7675

7776
[support]: https://caniuse.com/#feat=custom-elementsv1

0 commit comments

Comments
 (0)