-
Right now we don't have a standard w.r.t to the indentation of the code written.
**Problem**: I might just change few lines but all the lines are re-indented according to the rules that I've set up m…
-
Hello,
I'd like to propose a rule to disallow multiple consecutive empty lines in a file. E.g.:
```scss
/* Allowed */
.foo {
margin: 5px;
}
.bar {
padding: 10px;
}
/* Disallo…
-
# ESlint
> ESlint inline
```js
/* eslint-disable no-underscore-dangle */
console.log(`enable all`);
/* eslint-enable */
/* eslint-disable no-console */
console.log(`only enable …
-
보통 코드를 혼자 하기 보단 여러명이 하는경우가 많습니다.
그럼 제각각 자기만에 코드스타일이 있을 텐데 예를 들어 indent 를 space 2 를 주는 사람도 있고 space 4 를 주는 사람도 있고
또는 { 다음에 한줄을 띄는 사람도 있고 붙이는 사람도 있고
그렇다면 요것을 다 어떻게 맞추나요?
사람이 일일히 보고 코드리뷰를 통해서 맞추는건 불가…
-
## Description
The project aims to understand different UI applications provided by Swasth for claim processing and outlines the design process for creating a core UI component and integrating it int…
-
for example
```purescript
x :: Number
```
The line immediately after will begin indented. This is undesirable to me.
Removing the `setlocal indentexpr=GetPurescriptIndent()` line from the i…
-
I am integrating Isolated Block Editor to my Asp.Net MVC application through React JS. I am getting the error:
**_Uncaught Error: Cannot unlock an object that was not locked before at unlock (imple…
-
# Trending repositories for C#
1. [**dodyg / practical-aspnetcore**](https://github.com/dodyg/practical-aspnetcore)
__Practical samples of ASP.NET Core 2.1, 2.2, 3.1, 5.0, 6.0, 7.…
-
API for 'threads' - threads management
-
### What happened?
after created the initial quasar v2 project without typescript, there is not .prettierrc(which is fine, the default prettier config will be used), and run prettier against src/ wil…