All Projects → wantedly → frolint

wantedly / frolint

Licence: MIT License
Frontend linter for developers

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to frolint

eslint-config
My shared ESLint & Prettier configuration for projects
Stars: ✭ 12 (-53.85%)
Mutual labels:  eslint
ying-template
这是一个基于 `webpack@^5.27.2` + `typescript@^4.2.3` + `@babel/core@^7.2.2` + `jest@^26.6.3` + `eslint@^7.22.0` 的多页面脚手架。
Stars: ✭ 125 (+380.77%)
Mutual labels:  eslint
OSAPI
👋 OSAPI 是依靠通用性后台管理平台搭建的API管理平台,基于 vue3、Nestjs 技术栈实现,包含 RBAC 角色权限模块、数据展示、编辑等模块。
Stars: ✭ 32 (+23.08%)
Mutual labels:  eslint
eslint-plugin-decorator-position
ESLint plugin for enforcing decorator position
Stars: ✭ 32 (+23.08%)
Mutual labels:  eslint
nextjs-starter-kit
NextJS Starter Kit with Testing Frameworks and CI/CD
Stars: ✭ 30 (+15.38%)
Mutual labels:  eslint
x-mall-miniprogram-wepy
一个基于wepy+redux+eslint+sass的类Vue开发风格的商城微信小程序项目。
Stars: ✭ 67 (+157.69%)
Mutual labels:  eslint
pipelinit-cli
Automatically generates pipelines for your project.
Stars: ✭ 36 (+38.46%)
Mutual labels:  eslint
react-typescript
A Front-End Project with Typescript/Antd. webpack5+react-router4+antd+typescript4+grahql
Stars: ✭ 63 (+142.31%)
Mutual labels:  eslint
eslint-config-chweb
✏️Disciple团队eslint配置检测规范
Stars: ✭ 27 (+3.85%)
Mutual labels:  eslint
prettier-eslint-atom
DEPRECATED IN FAVOR OF prettier-atom + ESLint integration
Stars: ✭ 64 (+146.15%)
Mutual labels:  eslint
eslint-define-config
Provide a defineConfig function for .eslintrc.js files
Stars: ✭ 61 (+134.62%)
Mutual labels:  eslint
vue-eslint-editor
A code editor component to play ESLint.
Stars: ✭ 35 (+34.62%)
Mutual labels:  eslint
db-portfolio
My personal portfolio website.
Stars: ✭ 97 (+273.08%)
Mutual labels:  eslint
luozhu
Luozhu's practice in Front End Engineering and Components Development.
Stars: ✭ 28 (+7.69%)
Mutual labels:  eslint
fullstack-template
This is a template repository to get up and running quickly with Vite, React, Jest, Express Docker, and Github Actions for CI/CD.
Stars: ✭ 14 (-46.15%)
Mutual labels:  eslint
webpack-typescript-react
Webpack 5 boilerplate with support of most common loaders and modules (see tags and description)
Stars: ✭ 185 (+611.54%)
Mutual labels:  eslint
next.js-tailwindcss-template
Opinionated Next.js and TailwindCSS template.
Stars: ✭ 15 (-42.31%)
Mutual labels:  eslint
react-component-library-lerna
Build your own React component library managed with lerna, presented with storybook and published in private npm registry.
Stars: ✭ 55 (+111.54%)
Mutual labels:  eslint
goldstack
JavaScript Project Builder
Stars: ✭ 29 (+11.54%)
Mutual labels:  eslint
frontplate-cli
フロントエンドビルドCLI
Stars: ✭ 25 (-3.85%)
Mutual labels:  eslint

frolint - FROntend LINT

Node CI

This is a monorepo that contains our common linting and formatting configurations for Wantedly's javascript projects.

If you are looking for the frolint executable documentation, please see here: frolint Readme

Packages

# Create above list with fish shell script
for package in (yarn -s lerna ls --loglevel silent)
    echo "- [$package](https://github.com/wantedly/frolint/tree/master/packages/$package) [![npm version](https://badge.fury.io/js/$package.svg)](https://badge.fury.io/js/$package)"
end

How to contribute

PRs are welcome, see the current issues open.

We are developing this project with Lerna.

Clone the repository and run

yarn

This will also trigger the lerna bootstraping process.

Running Tests:

# Runs all unit tests
yarn test

# Runs all unit tests with updating snapshots
yarn test:update

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].