mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #730 from syranide/lint80
Added max line length = 80 for jshint
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
"newcap": false,
|
||||
"noempty": true,
|
||||
"nonstandard": true,
|
||||
"maxlen": 80,
|
||||
"onecase": true,
|
||||
"regexdash": true,
|
||||
"sub": false,
|
||||
|
||||
@@ -19,7 +19,8 @@
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
* @see http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#input-type-attr-summary
|
||||
* @see http://www.whatwg.org/specs/web-apps/current-work/multipage/ ...
|
||||
* the-input-element.html#input-type-attr-summary
|
||||
*/
|
||||
var supportedInputTypes = {
|
||||
'color': true,
|
||||
|
||||
Reference in New Issue
Block a user