copilot-api / eslint.config.js
imspsycho's picture
Initial upload from Google Colab
780d695 verified
raw
history blame contribute delete
140 Bytes
import config from "@echristian/eslint-config"
export default config({
prettier: {
plugins: ["prettier-plugin-packagejson"],
},
})