eslint-config-pragmatic
v0.9.2
Published
Pragmatic style eslint sharable config
Downloads
3
Readme
eslint-config-pragmatic
ESLint sharable config for Pragmatic Style, emphasizing clean, modern and problem-free JavaScript.
Installation
There are several peer dependencies which must be installed before pragmatic.
npm install --save-dev eslint-config-standard eslint-plugin-standard eslint-plugin-node eslint-plugin-import
npm install --save-dev eslint-config-pragmatic
Usage
.eslintrc
:
{
"extends": "pragmatic"
}
Rules:
All rules are documented at thornjad/pragmatic.
License
Copyright (c) 2019 Jade Michael Thornton
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
See LICENSE for more.