rolling-scopes-school / core-js-strings

Tasks for learning methods of String class
MIT License
16 stars 1.77k forks source link

Fix: Add option "root": true to ESLint config #6

Closed gentoosiast closed 10 months ago

gentoosiast commented 10 months ago

Added option root: true to ESLint config. By default, ESLint will look for configuration files in all parent folders up to the root directory and it causes problems for some students (yes, I know, it's core-js-numbers on screenshot below. But this task also needs this option in the config)

image