Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@new-black/eva-frontend-config

Package Overview
Dependencies
Maintainers
0
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@new-black/eva-frontend-config

Collection of configs for eva frontend apps

  • 0.4.17
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
373
decreased by-3.37%
Maintainers
0
Weekly downloads
 
Created
Source

eva-frontend-config

Collection of config files for frontend apps

Getting started

eslint + prettier config

  1. all neccessary packages are added as dependencies to this package you can remove all eslint/prettier packages from your project's package.json files
  2. install package
   npm i @new-black/eva-frontend-config
  1. delete .prettierrc file ( if you have one ) and other lint/formatting files you have
  2. add "prettier": "@new-black/eva-frontend-config/prettier" in your package.json file so eslint has access to the prettier config
  3. add .eslintrc.js file in your project root with the following code
module.exports = {
  extends: require.resolve("@new-black/eva-frontend-config/eslint-config"),
};
  1. to add project-specific rules you can add them in the above .eslintrc.js file under rules: {}

    ** these rules have higher priority than the ones imported so you can overwrite imported rules

Keywords

FAQs

Package last updated on 07 Nov 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc