@bigtest/eslint-plugin

eslint rules for bigtest

Usage no npm install needed!

<script type="module">
  import bigtestEslintPlugin from 'https://cdn.skypack.dev/@bigtest/eslint-plugin';
</script>

README

@bigtest/eslint-plugin

Installation

yarn add --dev eslint @bigtest/eslint-plugin

Configuration

Create an .eslintrc.json or .eslintrc.js in your bigtest test directory, e.g. ./test and populate it with the following:

{
  "extends": ["plugin:@bigtest/recommended"],
  "plugins": [ "@bigtest" ]
}

Rules

Rule Description Configurations Fixable
@bigtest/require-default-export Each test file must have a default export.