1.0.0 • Published 3 years ago

@pacifictransaction/eslint-config v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Welcome to Pacific Transaction's ESLint and Prettier configuration

Installation


We need to install the shared config but also add eslint and prettier to our devDependencies

yarn add --dev @pacifictransaction/eslint-config eslint prettier

Usage

package.json:

{
    "name": "my-app",
    "eslintConfig": {
        "extends": ["@pacifictransaction/eslint-config"]
    }
}

Or .eslintrc.json:

{
    "extends": ["@pacifictransaction/eslint-config"]
}