eslint-config-noamokman v10.3.11
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-noamokmanPlugins
This config uses several plugins:
$ npm install --save-dev eslint-plugin-import eslint-plugin-unicorn @typescript-eslint/eslint-pluginUsage
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-jestReact noamokman/react
{
"extends": "noamokman/react"
}Install the plugin:
$ npm install --save-dev eslint-plugin-reactReact 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-reactReact Native noamokman/react-native
{
"extends": "noamokman/react-native"
}Install the plugins:
$ npm install --save-dev eslint-plugin-react eslint-plugin-react-nativeReact 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-nativeLicense
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago