eslint-config-meetnow

MeetNow's ESLint config, following our styleguide

Usage no npm install needed!

<script type="module">
  import eslintConfigMeetnow from 'https://cdn.skypack.dev/eslint-config-meetnow';
</script>

README

eslint-config-meetnow

This package provides MeetNow's .eslintrc as an extensible shared config.

Most parts of this package are inspired by Airbnb's configuration.

Usage

  1. Install the correct versions of each package, which are listed by the command:
npm info "eslint-config-meetnow@latest" peerDependencies

This can be done manually or by using install-peerdeps.

npm install -g install-peerdeps
install-peerdeps --dev eslint-config-meetnow
  1. Add "extends": "meetnow" to your .eslintrc