2
0

♻️ Add shared eslint config

This commit is contained in:
Baptiste Arnaud
2022-11-21 11:12:43 +01:00
parent e09adf5c64
commit 451ffbcacf
123 changed files with 1151 additions and 1523 deletions

View File

@@ -0,0 +1,17 @@
// Colors
export const black = '#000'
export const gold = '#fadf98'
export const grayDark = '#888'
export const grayLight = '#f5f5f5'
export const blue = '#0042da'
// Typography
export const textSm = 14
export const textBase = 16
export const textLg = 24
export const textXl = 30
export const leadingTight = '120%'
export const leadingRelaxed = '160%'
// Borders
export const borderBase = 6