eslint-config-airbnb-v9.0.0eslint-config-airbnb-v8.0.0
Reading changes from the repo…
no-useless-computed-key
rule is now enabled, helping you write cleaner and more efficient code. no-unsafe-finally
rule is enabled, improving the safety of your code by preventing unsafe patterns. newline-per-chained-call
rule is re-enabled, promoting better readability in your code. no-extra-parens
rule is widened to include more cases, helping you avoid unnecessary parentheses in your code. no-class-assign
rule is now enabled, preventing potential errors related to class assignments. import/no-amd
rule is enabled, encouraging the use of ES modules over AMD. import/no-duplicates
rule is enabled, helping you avoid duplicate imports in your code. import/no-mutable-exports
rule is enabled, promoting safer export practices.