4.4.0 • Published 3 years ago

eslint-config-ion2s v4.4.0

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

eslint-config-ion2s

ESLint shareable config for portals maintained by ion2s.

Installation

$ npm i -D eslint eslint-config-ion2s

Usage

This module provides a base shareable config and addition shareable configurations.

Specifying ion2s in the extends section of your configuration.

module.exports = {
    extends: 'ion2s',
};

You can also use ESLint configurations for TypeScript and Vue:

module.exports = {
    extends: 'ion2s/typescript',
};
module.exports = {
    extends: 'ion2s/vue',
};

There is also a config for using TypeScript with Vue:

module.exports = {
    extends: 'ion2s/vue-ts',
};

Feel free to add project specific configuration, like env or parserOptions - Example:

module.exports = {
    extends: 'ion2s',
    parserOptions: {
        ecmaVersion: 8,
    },
};
4.4.0

3 years ago

4.3.2

3 years ago

4.3.1

3 years ago

4.3.0

4 years ago

4.2.0

4 years ago

4.1.1

4 years ago

4.1.0

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.5

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago