1.0.26 • Published 2 months ago

@speechanddebate/eslint-config-nsda v1.0.26

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

eslint-config-nsda

This package exports the base NSDA eslint config, and a second optional config for React/JSX. The exports respectively extend airbnb-base and airbnb. They require eslint and eslint-plugin-import, along with eslint-plugin-react, eslint-plugin-jsx-a11y, and eslint-plugin-testing-library for the React config.

First install eslint and any plugins:

npm install eslint eslint-plugin-import --save-dev

or

npm install eslint eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y eslint-plugin-testing-library --save-dev

Then install the package:

npm install speechanddebate/eslint-config-nsda --save-dev

Then extend the relevant packages in your package.json:

 "eslintConfig": {
    "extends": [
      "eslint-config-nsda",
      "eslint-config-nsda/react"
    ],
    "ignorePatterns": [
      "build/*",
      "coverage/*",
    ]
  },
1.0.26

2 months ago

1.0.22

8 months ago

1.0.21

8 months ago

1.0.25

6 months ago

1.0.24

6 months ago

1.0.23

6 months ago

1.0.20

1 year ago

1.0.19

1 year ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago