10.3.11 • Published 5 years ago

eslint-config-noamokman v10.3.11

Weekly downloads
83
License
MIT
Repository
github
Last release
5 years ago

Deprecation notice ⚠️

This repo was renamed and moved to osskit

eslint-config-noamokman

ESLint shareable config used by noamokman.

Install

$ npm install --save-dev eslint-config-noamokman

Plugins

This config uses several plugins:

$ npm install --save-dev eslint-plugin-import eslint-plugin-unicorn @typescript-eslint/eslint-plugin

Usage

Create an .eslintrc file:

{
  "extends": "noamokman"
}

Or add the ESLint config to your package.json:

{
  "name": "my-awesome-project",
  "eslintConfig": {
    "extends": "noamokman"
  }
}

Additional Configs

This package exposes additional configs.

Test noamokman/test

Use this for your jest tests

{
  "extends": "noamokman/test"
}

Install the plugin:

$ npm install --save-dev eslint-plugin-jest

React noamokman/react

{
  "extends": "noamokman/react"
}

Install the plugin:

$ npm install --save-dev eslint-plugin-react

React Test noamokman/react-test

Use this for your react jest tests

{
  "extends": "noamokman/react-test"
}

Install the plugins:

$ npm install --save-dev eslint-plugin-jest eslint-plugin-react

React Native noamokman/react-native

{
  "extends": "noamokman/react-native"
}

Install the plugins:

$ npm install --save-dev eslint-plugin-react eslint-plugin-react-native

React Native Test noamokman/react-native-test

Use this for your react native jest tests

{
  "extends": "noamokman/react-native-test"
}

Install the plugins:

$ npm install --save-dev eslint-plugin-jest eslint-plugin-react eslint-plugin-react-native

License

MIT © Noam Okman

10.3.11

5 years ago

10.3.8

5 years ago

10.3.9

5 years ago

10.3.10

5 years ago

10.3.2

5 years ago

10.3.3

5 years ago

10.3.4

5 years ago

10.3.1

5 years ago

10.3.0

5 years ago

10.2.1

5 years ago

10.2.0

5 years ago

10.1.3

6 years ago

10.1.2

6 years ago

10.1.1

6 years ago

10.1.0

6 years ago

10.0.2

6 years ago

10.0.0

6 years ago

10.0.1

6 years ago

9.1.2

7 years ago

9.1.1

7 years ago

9.1.0

7 years ago

9.0.0

7 years ago

8.1.0

7 years ago

8.0.1

8 years ago

8.0.0

8 years ago

7.3.0

8 years ago

7.2.0

8 years ago

7.1.0

8 years ago

7.0.1

8 years ago

7.0.0

8 years ago

6.0.1

9 years ago

6.0.0

9 years ago

5.3.0

9 years ago

5.2.0

9 years ago

5.1.1

9 years ago

5.1.0

9 years ago

5.0.1

10 years ago

5.0.0

10 years ago

4.0.0

10 years ago

3.0.1

10 years ago

3.0.0

10 years ago

2.1.1

10 years ago

2.1.0

10 years ago

2.0.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago