This repository has been archived and is no longer actively maintained. Development of the project has been moved to scientisst/sense-web.
Please use the new repository for all future development and to report any issues.
This package contains recommended eslint settings for ScientISST or ScientISST-inspired applications that use the Next.js framework.
npm install --save-dev eslint @scientisst/eslint-config-next
yarn add -D eslint @scientisst/eslint-config-next
{
"extends": ["@scientisst/eslint-config-next"]
}