ESLint
Last updated on Wednesday, October 30, 2019.
2019-10-06
Disabling Rules
options: {
name: 'josephk.io',
/* eslint-disable @typescript-eslint/camelcase */
short_name: 'josephk',
start_url: '/',
theme_color: '#29C785',
/* eslint-enable @typescript-eslint/camelcase */
display: 'minimal-ui',
},