Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mysticatea/vue-eslint-editor

A code editor component to play ESLint.
https://github.com/mysticatea/vue-eslint-editor

eslint javascript monaco-editor vue vue-components

Last synced: about 2 months ago
JSON representation

A code editor component to play ESLint.

Awesome Lists containing this project

README

        

# vue-eslint-editor

[![npm version](https://img.shields.io/npm/v/vue-eslint-editor.svg)](https://www.npmjs.com/package/vue-eslint-editor)
[![Downloads/month](https://img.shields.io/npm/dm/vue-eslint-editor.svg)](http://www.npmtrends.com/vue-eslint-editor)
[![Build Status](https://github.com/mysticatea/vue-eslint-editor/workflows/CI/badge.svg)](https://github.com/mysticatea/vue-eslint-editor/actions)
[![Dependency Status](https://david-dm.org/mysticatea/vue-eslint-editor.svg)](https://david-dm.org/mysticatea/vue-eslint-editor)

A code editor component to play [ESLint].

## 🏁 Goal

This package provides [Vue.js] component of a code editor for [ESLint] playgrounds.

## 📖 Usage

See [documentation](http://vue-eslint-editor.mysticatea.dev/).

## 📰 Changelog

See [GitHub releases](https://github.com/mysticatea/vue-eslint-editor/releases).

## ❤️ Contributing

Welcome contributing!

Please use GitHub's Issues/PRs.

### Development Tools

- `npm run build` compiles this package and documents.
- `npm run watch` compiles this package and documents on every change.

[ESLint]: https://eslint.org/
[Linter]: https://eslint.org/docs/developer-guide/nodejs-api#linter
[Vue.js]: https://vuejs.org/
[eslint4b]: https://www.npmjs.com/package/eslint4b
[monaco editor]: https://microsoft.github.io/monaco-editor/
[npm]: https://www.npmjs.com/