clebert / onecfg-lib-eslint

An ESLint config for use in onecfg projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onecfg-lib-eslint

An ESLint config for use in onecfg projects.

Installation

npm install onecfg-lib-eslint

Usage Example

eslint.config.js:

import { createConfigs } from 'onecfg-lib-eslint';

export default [
  { ignores: [`dist/`, `lib/`] },

  ...createConfigs({
    browser: true,
    node: true,
  }),
];

About

An ESLint config for use in onecfg projects.

License:MIT License


Languages

Language:JavaScript 93.3%Language:Shell 6.7%