1.0.3 • Published 3 years ago
eslint-config-saturn v1.0.3
eslint-config-saturn
🪐 TypeScript ESLint Shareable Config
Automatically adjusts rules based on your Prettier config.
Usage
Create a file called .eslintrc.json
and copy the following base config:
{
"extends": ["saturn"],
"rules": {}
}