
Security News
GitHub Actions Pricing Whiplash: Self-Hosted Actions Billing Change Postponed
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.
@telusdigital/eslint-config
Advanced tools
TELUS Flavour ESLint config.
We inherit from the excellent Airbnb ESLint config and introduce some more strict requirements.
Our default export contains all of our ESLint rules, including ECMAScript 6+ and React. It requires eslint, eslint-plugin-import, eslint-plugin-react, and eslint-plugin-jsx-a11y.
If you use yarn, run yarn add --dev @telusdigital/eslint-config-base eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y.
If you use Docker for local development, you would have to run the ESLint fix with yarn with the command line, through your package.json, before you build the container. Your build will break if you try to run ESLint fix through Docker.
yarn info "@telusdigital/eslint-config@latest" peerDependencies
You can either install all the peer dependencies manually or use the [install-peerdeps][install-peer-deps] cli tool.
yarn global add install-peerdeps
install-peerdeps --dev @telusdigital/eslint-config
The cli will produce and run a command like:
yarn install --save-dev @telusdigital/eslint-config eslint@^#.#.# eslint-plugin-jsx-a11y@^#.#.# eslint-plugin-import@^#.#.# eslint-plugin-react@^#.#.#
.eslintrc{
"extends": "@telusdigital/eslint-config"
}
:copyright: TELUS digital · License: ISC · Github: @telusdigital · Twitter: @telusdigital
FAQs
TELUS Flavour ESLint config
We found that @telusdigital/eslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 20 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub postponed a new billing model for self-hosted Actions after developer pushback, but moved forward with hosted runner price cuts on January 1.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.