eslint-config-airbnb-v18.2.1eslint-config-airbnb-v18.2.0
Reading changes from the repo…
parseInt
with radix, making it easier to understand and apply best practices. isFinite
and isNaN
, providing clearer guidance on how to resolve linting issues. prefer-object-spread
and default-param-last
, ensuring you have the latest information at your fingertips. import/no-cycle
rule configuration to prevent errors caused by an invalid maxDepth value, ensuring smoother linting processes. no-cycle
rule's maxDepth value to comply with the latest ESLint updates, enhancing linting accuracy. jsx-a11y/aria-role
rule, ensuring accurate documentation and usage.