This repository has been archived on 2025-11-04. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
know-it-all/.eslintrc.yml

12 lines
252 B
YAML

env:
browser: true
es2021: true
extends: [airbnb, "prettier"]
parserOptions:
ecmaVersion: latest
sourceType: module
project: ./tsconfig.json
ignorePatterns: ["vite.config.js"]
rules:
indent: ["error", 4]
comma-dangle: "off"