@goodrequest/eslint-config-typescript-react-native

1.0.0 • Public • Published

eslint-config-typescript-react-native

npm version

ESLint config for React Native + TypeScript projects

Usage

  1. You can install package using this command:
npm install @goodrequest/eslint-config-typescript-react-native --save-dev
  1. Next step is to install all the peer dependencies:
npm install eslint@^8.57.0 prettier@^3.2.5 typescript@^5.4.4 --save-dev
  1. Create .eslintrc.json file in your project root directory and add following lines:
{
  "extends": ["@goodrequest/eslint-config-typescript-react-native"]
}
  1. Create .prettierrc.json file in your project root directory and add following lines:
{
  "useTabs": true,
  "semi": false,
  "singleQuote": true,
  "jsxSingleQuote": true,
  "trailingComma": "none",
  "printWidth": 160,
  "tabWidth": 4
}
  1. Create .editorconfig file in your project root directory and add following lines:
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

Readme

Keywords

Package Sidebar

Install

npm i @goodrequest/eslint-config-typescript-react-native

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

6.86 kB

Total Files

5

Last publish

Collaborators

  • logingoodrequest
  • lubomirigonda