We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5f9fa commit 5f14b01Copy full SHA for 5f14b01
lib/rules/jsx-quotes.js
@@ -45,7 +45,7 @@ module.exports = function(context) {
45
return {
46
47
Program: function() {
48
- if (isWarnedForDeprecation) {
+ if (isWarnedForDeprecation || /\=-(f|-format)=/.test(process.argv.join('='))) {
49
return;
50
}
51
/* eslint-disable no-console */
0 commit comments