Last active
March 30, 2017 08:36
-
-
Save potato4d/0f58a3cb1d2e3ac6ac9a20fa4d39347c to your computer and use it in GitHub Desktop.
no_unnecessary_double_quotes problem on coffeelint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log '\n' | |
console.log "\n" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"no_unnecessary_double_quotes": { | |
"level": "warn" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[potato4d@Potato4d cfl_test]$ npm run test | |
> [email protected] test /Users/potato4d/Desktop/cfl_test | |
> coffeelint application.coffee | |
⚡ application.coffee | |
⚡ #2: Unnecessary double quotes are forbidden. | |
⚡ Warning! » 0 errors and 1 warning in 1 file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment