Skip to content

A standard layout code using airbnb config , prettier and eslint for JSX on React Native.

Notifications You must be signed in to change notification settings

RFebrians/prettier-eslint-react-native

Repository files navigation

Prettier and ESLint for React Native

React Native

A standard layout code using airbnb config , prettier and eslint for JSX on React Native.

What is Prettier and ESLint ?

  • Prettier is about to auto adjust your typing code more readable , paragraph and identation
  • and ESLint is for about linting code , like error or warning it run on terminal after compile .

How to use

Replace the essential file config below into your workspace

  • .eslintignore (for exclude the modules linting)
  • .eslinttrc.json (config for eslint)
  • .prettierrc.json (config for prettier)

Altenative method

You can download it on VSCode Extension

Prettier

ESLint

Guide (Bahasa)

Also visit the tutorial in Indonesian , Artikel

About

A standard layout code using airbnb config , prettier and eslint for JSX on React Native.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published