Skip to content

markormesher/eslint-config

Repository files navigation

CircleCI npm

@markormesher/eslint-config

Standard ESLint/Prettier config for TypeScript/React/SCSS projects. Published as its own package to reduce duplication between projects.

Intended for projects using ESLint's "new" flat config format.

Installation and Usage

Install with yarn:

yarn add --dev @markormesher/eslint-config

Add it to eslint.config.js:

import config from "@markormesher/eslint-config";

export default config;

Or, if you want to apply overrides:

import config from "@markormesher/eslint-config";

export default [
  ...config,
  {
    "files": ["**/*.ts"],
    // overrides for TS files...
  },
];

Dependencies

The plugins that this project uses are bundled with it as direct dependencies. The following are peer dependencies:

About

Standard ESLint/Prettier config

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •