Skip to content

Commit

Permalink
Merge pull request #91 from leifoolsen/#90-formatfield-IE11-focus
Browse files Browse the repository at this point in the history
fix(formatfield): ie11 focus issue
  • Loading branch information
leifoolsen authored Mar 2, 2017
2 parents 85af5ef + 06a9836 commit fcf385f
Show file tree
Hide file tree
Showing 40 changed files with 501 additions and 310 deletions.
11 changes: 7 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,20 @@
},

"rules": {
"strict": 0,
"indent": [2, 2, {"SwitchCase": 1}],
"quotes": [2, "single"],
"linebreak-style": [2, "unix"],
"semi": [1, "always"],
"max-statements-per-line": [1, {"max": 1}],
"no-console": 1,
"no-iterator": 1,
"no-restricted-syntax": 1,
"no-var": 1,
"prefer-const": 1,
"prefer-rest-params": 1,
"prefer-spread": 1,
"prefer-template": 1,
"no-console": 1
"quotes": [2, "single"],
"semi": [1, "always"],
"strict": 0
},
"globals": {
"componentHandler": true
Expand Down
4 changes: 2 additions & 2 deletions blacklisted-versions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* extract-text-webpack-plugin-2.0.0, use 1.0.1
* jsdomify-3.1.0, use 2.1.0
* dialog-polyfill-0.4.6, use 0.4.5
* sass-loader-5.x, use 4.1.1
* sass-loader-6.x, use 4.1.1
* webpack-2.x, use 0.14.0
Loading

0 comments on commit fcf385f

Please sign in to comment.