0.5.2 • Published 25 days ago

@digitallinguistics/eslint-config v0.5.2

Weekly downloads
-
License
ISC
Repository
github
Last release
25 days ago

eslint-config

ESLint config for Digital Linguistics (DLx) projects

How to use

  1. Install peer dependencies: npm i -D eslint @eslint/js @stylistic/eslint-plugin-js.
  2. Install the shared DLx config: npm install -D @digitallinguistics/eslint-config.
  3. Add an eslint.config.js file with the following content:
import config from '@digitallinguistics/eslint-config'

export default [...config]

Alternatively, you can import just individual portions of the stylesheet:

import problemsConfig from '@digitallinguistics/eslint-config/problems.js'

export default [problemsConfig]

Releases

  1. Increment the version number.
  2. npm publish