1.0.0 • Published 4 years ago
@pacifictransaction/eslint-config v1.0.0
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 prettierUsage
package.json:
{
"name": "my-app",
"eslintConfig": {
"extends": ["@pacifictransaction/eslint-config"]
}
}Or .eslintrc.json:
{
"extends": ["@pacifictransaction/eslint-config"]
}1.0.0
4 years ago