Socket
Socket
Sign inDemoInstall

eslint-config-fatfisz

Package Overview
Dependencies
191
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-fatfisz

ESLint config for the FatFisz coding standard


Version published
Weekly downloads
20
decreased by-41.18%
Maintainers
1
Install size
20.9 MB
Created
Weekly downloads
 

Readme

Source

eslint-config-fatfisz ci

This is an ESLint config I'm using for my projects.

Installation

There are some peer dependencies that need to be installed together because of how ESLint resolves packages:

yarn add -ED eslint-config-fatfisz eslint-config-prettier eslint-plugin-import eslint-plugin-prettier prettier

Then in .eslintrc.js put:

'use strict';

module.exports = {
  root: true,
  extends: 'fatfisz',

  ... // Tweak it as you like, add overrides and such
};

Optional dependencies

Take into consideration that this config has some optional dependencies and some rules won't unlock unless you have them installed. So if you're using TypeScript, install the following packages too:

yarn add -ED @typescript-eslint/eslint-plugin @typescript-eslint/parser typescript

and for React install those:

yarn add -ED eslint-plugin-react eslint-plugin-react-hooks

License

Copyright (c) 2021 Rafał Ruciński. Licensed under the MIT license.

Keywords

FAQs

Last updated on 23 Dec 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc