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

eslint-config-seek

Package Overview
Dependencies
Maintainers
0
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-seek

ESLint configuration used by SEEK

  • 14.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10K
decreased by-27.16%
Maintainers
0
Weekly downloads
 
Created
Source

Test Release

eslint-config-seek

This package includes the shareable ESLint configuration used by SEEK.

Usage in sku and skuba Projects

The easiest way to use this configuration is with sku or skuba.

You don’t need to install it separately in sku and skuba projects.

Usage Outside of sku and skuba

If you want to use this ESLint configuration in a project not built with sku or skuba, you can install it with following steps.

First, install this package, and the necessary peer dependencies listed in this project's package.json.

Then create a file named eslint.config.js with the following contents in the root folder of your project:

module.exports = require('eslint-config-seek');

The default configuration includes support for React projects. For projects that are not based on React, the "base" configuration should be used instead:

module.exports = require('eslint-config-seek/base');

You can override the settings from eslint-config-seek by editing the eslint.config.js file. Learn more about configuring ESLint on the ESLint website.

License

MIT.

FAQs

Package last updated on 20 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