1.0.0 • Published 3 days ago

@zemd/eslint-rock-stack v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 days ago

@zemd/eslint-rock-stack

npm

This package includes a set of ESLint configurations for modern fullstack projects that rock.

The package includes:

PackageDescriptionRules
@zemd/eslint-jsA bundle that comprises rules for javascript
@zemd/eslint-tsA bundle that comprises rules for typescript
@zemd/eslint-reactA bundle that comprises rules for react
@graphql-eslint/eslint-pluginGraphQL ESLint rulesschema-recommended and operations-recommended
eslint-plugin-tailwindcssrecommended excluding classnames-order
eslint-plugin-turborecommended
@vitest/eslint-pluginrecommended
eslint-plugin-storybookrecommended, csf-strict. The rules are available but not included by default

Installation

npm install --save-dev @zemd/eslint-rock-stack

Usage

// eslint.config.js

import rock, { storybook } from "@zemd/eslint-rock-stack";
// if you do not want to use default bundle, you can import each configuration separately
// import { react, graphql, playwright, tailwind, turbo, vitest } from "@zemd/eslint-rock-stack";

export default [...rock(), ...storybook()];

License

The @zemd/eslint-rock-stack is licensed under the Apache-2.0 license.

Donate

npm.io