Skip to content

jca41/eslint-config-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated

Eslint

In .eslintrc.json:

{ "extends": "@jpcafe/eslint-config-next" }

Don't forget to install eslint-config-next on your nextjs project.

Prettier

In .prettierrc.js:

module.exports = require('@jpcafe/eslint-config-next/prettier.config')

Stylelint

In stylelint.config.js:

module.exports = require('@jpcafe/eslint-config-next/stylelint.config');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published