@dylanarmstrong/eslint-config
TypeScript icon, indicating that this package has built-in type declarations

0.7.1 • Public • Published

@dylanarmstrong/eslint-config

Installation

Install with pnpm (or npm / yarn):

pnpm add @dylanarmstrong/eslint-config --save-dev

Then create an eslint.config.js file in your project directory:

export { default } from '@dylanarmstrong/eslint-config';

Configuring

Adjust your eslint.config.js file as necessary by adding rules:

import eslint from '@dylanarmstrong/eslint-config';

export default [
  ...eslint,
  {
    rules: {
      camelcase: 'off',
    },
  },
];

Goal of this Project

All encompassing eslint rules that can be placed on any project and have this plugin automatically adjust to the type of project.

Secondary goal is to avoid using any recommended rule sets.

Notes

After version 0.7, flat config and eslint@9 is required.

Readme

Keywords

Package Sidebar

Install

npm i @dylanarmstrong/eslint-config

Weekly Downloads

7

Version

0.7.1

License

ISC

Unpacked Size

37 kB

Total Files

30

Last publish

Collaborators

  • dylanarmstrong