eslint-config-jbrems

1.0.0 • Public • Published

eslint-config-jbrems

Personal eslint configuration

Usage

In your project, create a file named eslint.config.js, import from eslint-config-jbrems and export as default.

import jbremsEslintConfig from 'eslint-config-jbrems';

export default jbremsEslintConfig;

This configuration uses the new eslint flat config format which no longer supports the extends option.

To extend or override the configuration, destructure it and add it at the start of your flat config array.

import jbremsEslintConfig from 'eslint-config-jbrems';

export default [
  ...jbremsEslintConfig,
  {
    // your custom config here
  },
];

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-jbrems

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

51.6 kB

Total Files

6

Last publish

Collaborators

  • jbrems