0.0.1 • Published 1 year ago

@actcoding/eslint-config v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@actcoding/eslint-config

An opinionated eslint flat config.

This package provides multiple, opinionated eslint configs we use in our projects.

Install

npm install -D @actcoding/eslint-config

Usage

eslint.config.js

import { configActDefault } from '@actcoding/eslint-config'

/** @type import('eslint').Linter.FlatConfig[] */
const config = [
    ...configActDefault,
    {
        ignores: [
            '*.d.ts',
        ]
    }
]

export default config

License

MIT

0.0.8

11 months ago

0.0.7

12 months ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.1.0

1 year ago