eslint-config-pragmatic

0.9.2 • Public • Published

eslint-config-pragmatic

ESLint sharable config for Pragmatic Style, emphasizing clean, modern and problem-free JavaScript.

pipeline status npm license

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.

Package Sidebar

Install

npm i eslint-config-pragmatic

Weekly Downloads

3

Version

0.9.2

License

ISC

Unpacked Size

29.4 kB

Total Files

24

Last publish

Collaborators

  • thornjad