mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
Added new ES6 rule, introduced in eslint 0.23.0 > This rule is aimed to flag variables that are declared using let keyword, but never modified after initial assignment.
.eslintrc
Our .eslintrc requires the following NPM packages packages:
eslintbabel-eslinteslint-plugin-react