Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

scientisst/scientisst-eslint-config-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository Archived

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.

@scientisst/eslint-config-next

This package contains recommended eslint settings for ScientISST or ScientISST-inspired applications that use the Next.js framework.

Install

npm install --save-dev eslint @scientisst/eslint-config-next
yarn add -D eslint @scientisst/eslint-config-next

.eslintrc.json

{
  "extends": ["@scientisst/eslint-config-next"]
}