-
# Feature Request 🛍️
Create an AP ESLint configuration to be shared among our repositories
## Use Case
We should have our own ESLint configuration to help keep code across our ecosystem consisten…
-
I feel like this is a cause for concern when I'm using the tslint package. Not sure what is causing the worker to use so much cpu. Let me know what information to provide.
ghost updated
5 years ago
-
The TypeScript team is moving towards ESLint because of its performance and obviously bigger ecosystem: https://github.com/Microsoft/TypeScript/issues/29288
This proposes a new plugin module that c…
-
### Current Behavior
With the given schema for a custom executor:
```json
{
"$schema": "http://json-schema.org/schema",
"type": "object",
"properties": {
"config": {
"type"…
-
This doesn't have to start off crazy. Let's just add:
- [ ] Code linter: preferably one that we can also call from the CLI (either checking, setting, or both)
- [ ] MD linter: this will help keep MD…
-
I removed all lints for now.
We should research which ones we want to use
- jslint (js)
- eslint (js)
- or [grunt-jscs](https://github.com/jscs-dev/grunt-jscs/)
- scss (sass)
- plato (js)
- phantomas …
lejoe updated
8 years ago
-
Hello! I've run into the following problem: it doesn't report eslint warnings
My config:
- name: Annotate Code Linting Results
uses: ataylorme/eslint-annotate-action@v3
w…
-
Hi!
Here
https://github.com/Gillespie59/eslint-plugin-angular/blob/cd58df172c1561994ce980bc9d9042f7a4b11c15/rules/service-name.js#L72
you just `console.warn` which lands on stderr. For Sublim…
kaste updated
6 years ago
-
apm install eslint
No available version compatible with the installed Atom version: 1.7.4
-
## 網址
## 記錄原因
每次用 vue cli 建專案時,總需要微調 eslint 和 prettier 設定。想說做個記錄一下
## 觀念
## 學習點
安裝相關開發套件
vetur, eslint, prettier
關閉 vetur 設定,prettier 微調
用 vue cli 建立專案
要選 eslint 選項,我平常選 standard
`…