eslint-config-teem

Rules and styles used by Teem's javascript team.

Usage no npm install needed!

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

README

eslint-config-teem

Rules and styles used by the Teem javascript team.

How to Use

  • npm install eslint-config-teem

  • Create a .eslintrc.js file in your project's root directory with the following content:

      module.exports = {
        "extends": "teem"
      };
    
  • If your project is a React app, then change "teem" to "teem/react"