@theholocron/eslint-config
v4.1.0
Published
A ESLint configuration for writing well-formed Javascript within the Galaxy.
Readme
ESLint Config
A ESLint configuration for writing well-formed Javascript.
Installation
npm install --save-dev @theholocron/eslint-configUsage
In your project eslint.config.js add the following:
import theHolocron, {
theHolocronCypress,
theHolocronStorybook,
} from "@theholocron/eslint-config";
export default [...theHolocron, ...theHolocronStorybook, ...theHolocronCypress];