19.0.0 • Published 6 years ago

eslint-config-moqada v19.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

eslint-config-moqada

Greenkeeper badge

NPM version Build Status Dependency Status DevDependency Status License

My personal ESLint configurations.

Installation

npm install --save-dev eslint eslint-config-moqada

Usage

Add .eslintrc (YAML).

Summary

  • Base
    • moqada: ES2015
    • moqada/es5: ES5
  • Optional
    • moqada/browser: Browser env
    • moqada/cli: for CLI (Node.js env)
    • moqada/flow: for Flow
    • moqada/flow-jsdoc: for JSDoc and Flow
    • moqada/node: for Node.js env
    • moqada/react: for React
    • moqada/react-native: for React Native
    • moqada/mocha: for Testing mocha

Examples

ES6 (Node.js)

extends:
  - moqada
  - moqada/node
Additional Requirements
npm install --save-dev eslint-plugin-node

ES5 (Browser)

extends:
  - moqada/es5
  - moqada/browser

CLI

extends:
  - moqada
  - moqada/cli
Additional Requirements
npm install --save-dev eslint-plugin-node

React

extends:
  - moqada
  - moqada/browser
  - moqada/react
Additional Requirements
npm install --save-dev eslint-plugin-react

React Native

extends:
  - moqada
  - moqada/react-native
Additional Requirements
npm install --save-dev eslint-plugin-react eslint-plugin-react-native

React Native with Flow

extends:
  - moqada
  - moqada/react-native
  - moqada/flow
  - moqada/flow-jsdoc
Additional Requirements
npm install --save-dev eslint-plugin-flowtype eslint-plugin-jsdoc eslint-plugin-react eslint-plugin-react-native eslint-plugin-import
19.0.0

6 years ago

18.0.0

8 years ago

17.0.2

8 years ago

17.0.1

8 years ago

17.0.0

8 years ago

16.0.0

8 years ago

15.0.0

8 years ago

14.0.0

8 years ago

13.0.0

8 years ago

12.1.0

8 years ago

12.0.1

8 years ago

12.0.0

8 years ago

11.0.0

8 years ago

10.0.0

8 years ago

9.0.0

9 years ago

8.0.1

9 years ago

8.0.0

9 years ago

7.0.0

9 years ago

6.0.0

9 years ago

5.0.0

9 years ago

4.1.2

9 years ago

4.1.1

9 years ago

4.1.0

9 years ago

4.0.1

9 years ago

4.0.0

9 years ago

3.0.0

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.0

9 years ago