mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 10:48:11 +08:00
Make builds of the editor and the website serve their own local fonts (#2186)
* WIP * Done? * Install fonts in CI * Use absolute path so minified inlined CSS works * Fix Bezier-rs demo fonts? * Use opsz * Revert removal of text balancer * Pull in the text balancer from our static host
This commit is contained in:
@@ -9,11 +9,13 @@ module.exports = {
|
||||
ecmaVersion: 2020,
|
||||
},
|
||||
extends: [
|
||||
// JS defaults
|
||||
"airbnb-base",
|
||||
// General Prettier defaults
|
||||
"eslint:recommended",
|
||||
"plugin:import/recommended",
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"plugin:import/typescript",
|
||||
"prettier",
|
||||
],
|
||||
plugins: ["import", "@typescript-eslint", "prettier"],
|
||||
settings: {
|
||||
// https://github.com/import-js/eslint-plugin-import#resolvers
|
||||
"import/resolver": {
|
||||
@@ -30,7 +32,6 @@ module.exports = {
|
||||
"!.*.js",
|
||||
"!.*.ts",
|
||||
],
|
||||
plugins: ["prettier"],
|
||||
rules: {
|
||||
// Standard ESLint config
|
||||
indent: "off",
|
||||
|
||||
Reference in New Issue
Block a user