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

@ae-studio/eslint-config

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ae-studio/eslint-config

ESLint config for TS and JS following the AE Studio code style.

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

AE Studio ESLint Config

npm version npm license

What's included?

Install

npm install -D eslint @ae-studio/eslint-config

Next.js

As described in this GitHub issue, Next.js is still being updated to support ESLint 9. It has partial support for the new config format, but it's not fully compatible yet.

For this reason, you need to install version 2.1.0 of this package to be able to use it with Next.js, and continue using ESLint 8.

npm install -D eslint@8 @ae-studio/eslint-config@2.1.0

For setting out the package, please refer to v2.1.0 documentation.

Setup

Inside your eslint.config.mjs file, add the following configuration based on your project type:

Node.js

export { default } from "@ae-studio/eslint-config/node";

React

export { default } from "@ae-studio/eslint-config/react";

React + Tailwind

import reactConfig from "@ae-studio/eslint-config/react";
import tailwindConfig from "@ae-studio/eslint-config/tailwind";

export default [...reactConfig, ...tailwindConfig];

Built with 🧡 by AE Studio

Keywords

FAQs

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