Skip to content

Commit 1bf5f2a

Browse files
authored
Merge pull request #39 from coreui/dev-vnext
v2.0.6
2 parents b411742 + 8ed3710 commit 1bf5f2a

File tree

3 files changed

+9384
-5206
lines changed

3 files changed

+9384
-5206
lines changed

Diff for: .eslintrc

+13
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,18 @@
3434
"rules": {
3535
"comma-dangle": 0,
3636
"linebreak-style": 0
37+
},
38+
"settings": {
39+
"react": {
40+
"createClass": "createReactClass", // Regex for Component Factory to use,
41+
// default to "createReactClass"
42+
"pragma": "React", // Pragma to use, default to "React"
43+
"version": "16.5", // React version, default to the latest React stable release
44+
"flowVersion": "0.81" // Flow version
45+
},
46+
"propWrapperFunctions": [ "forbidExtraProps" ] // The names of any functions used to wrap the
47+
// propTypes object, e.g. `forbidExtraProps`.
48+
// If this isn't set, any propTypes wrapped in
49+
// a function will be skipped.
3750
}
3851
}

0 commit comments

Comments
 (0)