if ( this.state.conf === 'single' && match[0].indexOf( '"' ) === 0 ) {
            // "" is allowed when it's cases like "Someone's string here"
            hasInnerQuote = content.indexOf( "'" ) !== -1

            if ( !hasInnerQuote ) {