Skip to content

Instantly share code, notes, and snippets.

@potato4d
Last active March 30, 2017 08:36
Show Gist options
  • Save potato4d/0f58a3cb1d2e3ac6ac9a20fa4d39347c to your computer and use it in GitHub Desktop.
Save potato4d/0f58a3cb1d2e3ac6ac9a20fa4d39347c to your computer and use it in GitHub Desktop.
no_unnecessary_double_quotes problem on coffeelint
console.log '\n'
console.log "\n"
{
"no_unnecessary_double_quotes": {
"level": "warn"
}
}
[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