eslint-config 5.0.0-alpha.5
Install from the command line:
Learn more about npm packages
$ npm install @telus/eslint-config@5.0.0-alpha.5
Install via package.json:
"@telus/eslint-config": "5.0.0-alpha.5"
About this version
TELUS Flavour ESLint config.
This package provides a robust ESLint configuration that ensures code quality and consistency across the projects.
We inherit from
@eslint/js
andtypescript-eslint
and add some more strict requirements.
There are several pre-defined configurations in this package, Node and React for both JavaScript and TypeScript.
npm install eslint @telus/eslint-config
// For CommonJS
const { javascript, typescript } = require('@telus/eslint-config')
module.exports = [...typescript.node] // Or react depending on your environment.
// For ESM
import { javascript, typescript } from '@telus/eslint-config'
export default [...typescript.node] // Or react depending on your environment.
Eslint v8 is no longer supported. Find more about how to migrate to Eslint v9 and flat config here
Details
- eslint-config
- telus
- about 1 month ago
- MIT
- 18 dependencies
Assets
- eslint-config-5.0.0-alpha.5.tgz
Download activity
- Total downloads 1
- Last 30 days 0
- Last week 0
- Today 0