4.0.0 • Published 4 years ago

eslint-config-foundryspatial v4.0.0

Weekly downloads
100
License
MIT
Repository
github
Last release
4 years ago

Foundry Spatial ESLint configuration

Install package:

npx install-peerdeps --dev eslint-config-foundryspatial

Add to ESLint config:

// .eslintrc.js

extends: [
    // ...
    'foundryspatial',
],

For VueJS projects, use foundryspatial/vue, which extends our base config with extra Vue rules:

(Assumes the project is using Vue CLI's @vue/cli-plugin-eslint)

// .eslintrc.js

extends: [
    // ...
    'plugin:vue/recommended',
    'foundryspatial/vue',
],
3.0.0-rc.2

4 years ago

3.0.0-rc.1

4 years ago

3.0.0

4 years ago

4.0.0

4 years ago

2.1.2

5 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.0

7 years ago