1.0.0 • Published 1 year ago

@mark-small/eslint-config-ms v1.0.0

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

Node Project Config

Overview

The project is an NPM project to manage my preferred ESLint and Prettier configuation. For more info, see the README.md files in each package.

Usage

To use this library in your application's ESLint config file eslint.config.js, then do:

  // eslint.config.js
  import myconfig from "eslint-config-ms";

  export default [
    ...myconfig,
  ]