1. 11 1月, 2019 1 次提交
  2. 13 8月, 2018 1 次提交
    • P
      Update coffeelint to 2.1.0 · 88c4ea1d
      Prem Sichanugrist 提交于
      There was a warning when running `npm install` in Action View:
      
          coffee-script@1.11.1: CoffeeScript on NPM has moved to
          "coffeescript" (no hyphen)
      
      We are not requiring `coffee-script` explicitly, but `coffeelint` does.
      The latest version, 2.1.0, already fix the dependency package name, so
      we should upgrade to it to suppress the warning.
      88c4ea1d
  3. 31 1月, 2018 1 次提交
  4. 29 11月, 2017 1 次提交
  5. 28 11月, 2017 1 次提交
  6. 30 7月, 2017 1 次提交
    • Y
      Fix test directory to correct path · 05bbfc5e
      yuuji.yaginuma 提交于
      Together, fix to the following lint violation.
      
      ```
      rails/actionview/test/ujs/public/test/data-confirm.js
        303:11  error  Strings must use singlequote  quotes
      
      rails/actionview/test/ujs/public/test/data-remote.js
        414:32  error  Extra semicolon  semi
      
       2 problems (2 errors, 0 warnings)
      ```
      05bbfc5e
  7. 30 3月, 2017 1 次提交
  8. 22 3月, 2017 1 次提交
  9. 24 2月, 2017 1 次提交
  10. 23 2月, 2017 1 次提交
  11. 26 11月, 2016 1 次提交