You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
eslint presets for nuxt projects. (eslint/nuxt)
stylelint presets for scss files. (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).
The text was updated successfully, but these errors were encountered:
Proposing lynt 🎉
Introduction
lynt
is a monorepo that focuses on writing a set of presets foreslint
,stylelint
, etc that used across our internal projects. We felt the need to create a set of linter rules across our projects. So we startlynt
🥳Structure
We create 2 projects in this repository for now (We can add other projects over time):
eslint
presets fornuxt
projects. (eslint/nuxt
)stylelint
presets forscss
files. (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).
The text was updated successfully, but these errors were encountered: