-
Hartley McGuire authored
``` /rails/actionview/test/ujs/public/test/data-method.js 99:8 error Parsing error: The keyword 'const' is reserved ``` This does not show up on main because the [conversion][1] of rails-ujs to es6 accidentally stopped linting tests. The `parserOptions` configuration aligns this branch's eslint configuration with actionview/.eslintrc on main. [1]: 7d116c93 Co-authored-by:
Jonathan Hefner <jonathan@hefner.pro>
Hartley McGuire authored``` /rails/actionview/test/ujs/public/test/data-method.js 99:8 error Parsing error: The keyword 'const' is reserved ``` This does not show up on main because the [conversion][1] of rails-ujs to es6 accidentally stopped linting tests. The `parserOptions` configuration aligns this branch's eslint configuration with actionview/.eslintrc on main. [1]: 7d116c93 Co-authored-by:
Jonathan Hefner <jonathan@hefner.pro>
Loading