-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Proposing lynt 🎉
Introduction
lynt is a monorepo that focuses on writing a set of presets for eslint, stylelint, etc that used across our internal projects. We felt the need to create a set of linter rules across our projects. So we start lynt 🥳
Structure
We create 2 projects in this repository for now (We can add other projects over time):
eslintpresets fornuxtprojects. (eslint/nuxt)stylelintpresets forscssfiles. (stylelint/scss)
Implementation
eslint/nuxt
As we agreed, we want to start with the Airbnb style guide and extend it (or maybe remove some of its rules).
Reactions are currently unavailable