Skip to content

namely/eslint-config-namely

Folders and files

NameName
Last commit message
Last commit date
Dec 7, 2021
Dec 9, 2021
Jul 22, 2019
Feb 11, 2019
Feb 11, 2019
Jul 22, 2019
Dec 6, 2021
Feb 11, 2019
Dec 9, 2021
Feb 11, 2019
Mar 16, 2022
Dec 9, 2021
Dec 7, 2021
Dec 9, 2021
Jul 17, 2024

Repository files navigation

eslint-config-namely

Codacy Badge Codacy Badge

Namely's shared ESLint config (based on Airbnb's config).

Installation

npx install-peerdeps --dev @namely/eslint-config-namely

Or install peer dependencies manually:

# get list of peer dependencies
npm info "@namely/eslint-config-namely" peerDependencies

# install packages
npm install --dev @namely/eslint-config-namely <peer-dependency-1> <peer-dependency-2> # etc

Usage

Add "extends": "@namely/eslint-config-namely" to your .eslintrc config file.

Publishing new versions

Simply cut a new release within Github and a Github Actions workflow will publish to Github Packages. Before doing so, ensure that the version field of package.json has been updated and use that version as a tag for the release.