
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@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
The npm package @telusdigital/eslint-config receives a total of 0 weekly downloads. As such, @telusdigital/eslint-config popularity was classified as not popular.
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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.