0.0.5 • Published 4 years ago
eslint-config-tantalum v0.0.5
eslint-config-tantalum
A highly opinionated ESLint configuration for Tantalum
How to use
Add a extend key to your eslint config file:
{
"extends": "tantalum/<preset-name>"
}Where [preset-name] one of the presets without the .js extension or nothing for base configuration.
Extendable configurations
back.jsfor back-end code.<none>orindex.jsfor base configuration, extended by all.nextjs.jsfor NextJS applications.react.jsfor react-based applications.typescript.jsfor typescript applications.