Skip to content

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

ESLint Config

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 and typescript-eslint and add some more strict requirements.

Config presets

There are several pre-defined configurations in this package, Node and React for both JavaScript and TypeScript.

Usage

Install

npm install eslint @telus/eslint-config

Modify eslint.config.js

// 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


Assets

  • eslint-config-5.0.0-alpha.5.tgz

Download activity

  • Total downloads 1
  • Last 30 days 0
  • Last week 0
  • Today 0