@straits/eslint-plugin
v1.0.1
Published
ESLint preprocessor for JS files using the straits syntax
Maintainers
Readme
@straits/eslint-plugin

ESLint preprocessor for JS files using the straits syntax
Installation
npm install --save-dev @straits/eslint-pluginUsage
Add "@straits/eslint-plugin" to the plugins array in your .eslintrc.*:
{
"plugins": [
"@straits/eslint-plugin"
]
}That's it, ESLint will now accept straits-syntax.
