Skip to content

Commit 62bf1be

Browse files
committed
chore: @putout/plugin-remove-quotes-from-import-assertions: disable @stylistic/js/quote-props
1 parent f542d61 commit 62bf1be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"rules": {
3+
"@stylistic/js/quote-props": "off"
4+
},
25
"extends": [
36
"plugin:n/recommended",
47
"plugin:putout/recommended"
@@ -7,4 +10,4 @@
710
"n",
811
"putout"
912
]
10-
}
13+
}

0 commit comments

Comments
 (0)