diff --git a/.eslintignore b/.eslintignore index 6d76bb78eb7c0b14ee9beb014f4ce34a6dd181ed..e1c569c89dc87e7eaa2b7729059fdf61f638ca68 100644 --- a/.eslintignore +++ b/.eslintignore @@ -17,3 +17,7 @@ **/extensions/typescript-basics/test/colorize-fixtures/** **/extensions/**/dist/** **/extensions/typescript-language-features/test-workspace/** + +# These files are not linted by `yarn eslint`, so we exclude them from being linted in the editor. +# This ensures that if we add new rules and they pass CI, the are also no errors in the editor. +/resources/web/code-web.js