@enormora/eslint-config-base

0.0.16 • Public • Published

@enormora/eslint-config-base

Base ESLint config preset, agnostic to any environment, framework, or library. Targets ESM-only projects.

Install & Setup

Install the @enormora/eslint-config-base package via npm:

npm install --save-dev @enormora/eslint-config-base

Create an ESLint configuration file (e.g., eslint.config.js) in your project and add the base config to the configuration array:

import { baseConfig } from '@enormora/eslint-config-base';

export default [
    {
        ignores: ['dist/**/*']
    },
    baseConfig
];

Readme

Keywords

none

Package Sidebar

Install

npm i @enormora/eslint-config-base

Weekly Downloads

769

Version

0.0.16

License

MIT

Unpacked Size

35.8 kB

Total Files

7

Last publish

Collaborators

  • screendriver
  • lo1tuma