Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
added esling single quote rule
Browse files Browse the repository at this point in the history
  • Loading branch information
willhama committed Dec 20, 2023
1 parent ed45942 commit 692ac86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ env:
browser: true
es2021: true
extends: google
ignorePatterns:
ignorePatterns:
- examples/chat-react/
parserOptions:
ecmaVersion: latest
sourceType: module
rules:
rules:
indent: ["error", 2]
space-before-function-paren: ["error", "never"]
quotes: ["error", "single"]

0 comments on commit 692ac86

Please sign in to comment.