@axenuab/eslint-config-axenu

1.1.4 • Public • Published

eslint-config-axenu

This repo exports a shared config for eslint that should be used in all Axenu projects.

Usage

  1. Install the package using command npm install @axenuab/eslint-config-axenu.
  2. Install eslint package using command npm install eslint.

For React Native

Create an .eslintrc.js file in your repo like this:

module.exports = {
  extends: ['@axenu/react-native'],
};

In package.json

Create two scripts like this:

  • "lint": "eslint ."
  • "lint-fix": "eslint --fix ."

Run lint

npm run lint

Readme

Keywords

none

Package Sidebar

Install

npm i @axenuab/eslint-config-axenu

Weekly Downloads

43

Version

1.1.4

License

MIT

Unpacked Size

7.87 kB

Total Files

7

Last publish

Collaborators

  • anton_joymon
  • axenu