This package includes the shareable ESLint configuration used by Digital Arts Network New Zealand.
npm i --save-dev eslint prettier @dan-nz/eslint-config
Create an .eslintrc.js
file with the following contents:
module.exports = {
'extends': '@dan-nz/eslint-config'
}
module.exports = {
'extends': '@dan-nz/eslint-config/react'
}