wwnorton/design-system

Update to eslint-config-norton v4

sh0ji opened this issue · 2 comments

sh0ji commented

The latest 4.0 beta of eslint-config-norton has some breaking changes in it that will require some effort to update in the design system, which is why I opted not to update it for the first release candidate. Let's start that work. Some notes:

I have the norton config set up locally. I kept some of the individual rules for docs and packages/react. Currently, looking at 336 errors and 77 warnings after an initial npm run lint:es-fix. Will be working on the eslint-config-norton-v4-upgrade branch.

sh0ji commented

I updated our config to capture our rules in lieu of eslint-config-norton in ec91f9b. We'll revisit this when eslint-config-norton comes out of beta.