2.1.0 • Published 6 years ago

eslint-config-hubba v2.1.0

Weekly downloads
35
License
ISC
Repository
github
Last release
6 years ago

This is Hubba's shared ESLint configuration to be used across all JS environments.

Instructions

Install

npm install --save-dev eslint-config-hubba

Integrate

Head to your project root and create a new .eslintrc.js file and add the following configuration at the top of the file

module.exports = {
    extends: 'eslint-config-hubba'
};

Extend

This will expand in future versions, but you can add your own custom project rules by extending your local .eslintrc.js file:

module.exports = {
    extends: 'eslint-config-hubba',
    rules: {
        'no-console': 'error'
    }
};
2.1.0

6 years ago

2.0.1

6 years ago

2.0.1-test-3

6 years ago

2.0.1-test-2

6 years ago

2.0.1-test-1

6 years ago

2.0.0-test-1

6 years ago

2.0.0

6 years ago

2.0.0-test-21

6 years ago

2.0.0-test-20

6 years ago

2.0.0-test-19

6 years ago

2.0.0-test-18

6 years ago

2.0.0-test-16

6 years ago

2.0.0-test-15

6 years ago

2.0.0-test-17

6 years ago

2.0.0-test-14

6 years ago

2.0.0-test-13

6 years ago

2.0.0-test-12

6 years ago

2.0.0-test-10

6 years ago

2.0.0-test-11

6 years ago

2.0.0-test-9

6 years ago

2.0.0-test-8

6 years ago

2.0.0-test-6

6 years ago

2.0.0-test-7

6 years ago

2.0.0-test-4

6 years ago

2.0.0-test-5

6 years ago

2.0.0-test-3

6 years ago

2.0.0-test1

6 years ago

2.0.0-test2

6 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.3-test-1

7 years ago

1.1.3-test

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1-test-5

7 years ago

1.0.1-test-4

7 years ago

1.0.1-test-3

7 years ago

1.0.1-test-2

7 years ago

1.0.1-test-1

7 years ago

1.0.1-test

7 years ago

1.0.0

7 years ago

1.0.0-test-5

7 years ago

1.0.0-test-4

7 years ago

1.0.0-test-3

7 years ago

1.0.0-test-2

7 years ago

1.0.0-test-1

7 years ago

1.0.0-test

7 years ago

0.1.2

7 years ago

0.4.0

7 years ago