eslint-config-iamnapo

36.0.0 • Public • Published

eslint-config-iamnapo

ESLint shareable config for iamnapo’s coding style

build npm style

Install

npm i eslint-config-iamnapo -D

This config requires eslint and (optionally) typescript to be installed.

Usage

Add to your .eslintrc.js one of the available configs* like so:

module.exports = {
	extends: "iamnapo",
	rules: {
		// your overrides
	},
};

*: iamnapo, iamnapo/react, iamnapo/typescript, iamnapo/react-typescript.

Monorepo support

Due to this bug, if you are working on a monorepo, add to the top of .eslintrc.js:

require("eslint-config-iamnapo/patch");

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 36.0.0
    20
    • latest

Version History

Package Sidebar

Install

npm i eslint-config-iamnapo

Weekly Downloads

46

Version

36.0.0

License

MIT

Unpacked Size

10.5 kB

Total Files

8

Last publish

Collaborators

  • iamnapo