mirror of
https://github.com/cassoule/flopobot_v2.git
synced 2026-01-18 16:37:40 +01:00
fix: big fix + prettier
This commit is contained in:
9
eslint.config.js
Normal file
9
eslint.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import globals from "globals";
|
||||
import json from "@eslint/json";
|
||||
import { defineConfig } from "eslint/config";
|
||||
|
||||
export default defineConfig([
|
||||
{ files: ["**/*.{js,mjs,cjs}"], languageOptions: { globals: globals.node } },
|
||||
{ files: ["**/*.json"], plugins: { json }, language: "json/json" },
|
||||
{ files: ["**/*.jsonc"], plugins: { json }, language: "json/jsonc" },
|
||||
]);
|
||||
Reference in New Issue
Block a user