mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
a8b891ceb3
The `node_modules` rule below is treated as a glob pattern, so it includes the `tools/node_modules` folder. PR-URL: https://github.com/nodejs/node/pull/20203 Refs: https://eslint.org/docs/user-guide/configuring#ignoring-files-and-directories Refs: https://git-scm.com/docs/gitignore#_pattern_format Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gus Caplan <me@gus.host>
14 lines
261 B
Plaintext
14 lines
261 B
Plaintext
lib/internal/v8.js
|
|
lib/internal/v8_prof_polyfill.js
|
|
lib/punycode.js
|
|
test/addons/??_*
|
|
test/es-module/test-esm-dynamic-import.js
|
|
test/fixtures
|
|
test/message/esm_display_syntax_error.mjs
|
|
tools/icu
|
|
tools/remark-*
|
|
node_modules
|
|
benchmark/tmp
|
|
doc/**/*.js
|
|
!.eslintrc.js
|