eslint-config-promer94

0.1.0 • Public • Published

Install

$ npm install --save-dev @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint-config-prettier eslint-config-xo eslint-config-xo-react eslint-config-xo-space eslint-config-xo-typescript eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks

Standalone Usage

Add some ESLint config to your package.json (or .eslintrc):

{
	"name": "my-awesome-project",
	"eslintConfig": {
		"extends": [
			"promer94"
		]
	}
}

Note: If your tsconfig.json is not in the same directory as package.json, you will have to set the path yourself:

{
	"name": "my-awesome-project",
	"eslintConfig": {
		"extends": [
			"promer94"
		],
		"parserOptions": {
			"project": "some-path/tsconfig.json"
		}
	}
}

Package Sidebar

Install

npm i eslint-config-promer94

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

3.85 kB

Total Files

4

Last publish

Collaborators

  • promer94