eslint-config 5.0.0-alpha.11
Install from the command line:
Learn more about npm packages
$ npm install @telus/eslint-config@5.0.0-alpha.11
Install via package.json:
"@telus/eslint-config": "5.0.0-alpha.11"
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
- 4 days ago
- MIT
- 19 dependencies
Assets
- eslint-config-5.0.0-alpha.11.tgz
Download activity
- Total downloads 5
- Last 30 days 5
- Last week 5
- Today 0