Skip to content

Commit 0bd915b

Browse files
authored
Lint
1 parent e9d4400 commit 0bd915b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: lib/rules/define-props-declaration.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,13 @@ function* fixTypeBased(fixer, node, props, context) {
5757
}
5858
return null
5959
}
60-
/**
60+
61+
/**
6162
* @param {string} nativeType
6263
* @returns {string}
6364
*/
64-
const mapNativeType = (nativeType) => {switch (nativeType) {
65+
const mapNativeType = (nativeType) => {
66+
switch (nativeType) {
6567
case 'String': {
6668
return 'string'
6769
}

0 commit comments

Comments
 (0)