refactor: ignore eslint less (#45082)

* refactor: remove and fix some eslint disables

* refactor: drop max-line disables
This commit is contained in:
Oliver Eyton-Williams
2022-02-11 19:28:13 +01:00
committed by GitHub
parent 57cf47dad4
commit 7fe4695794
18 changed files with 7 additions and 45 deletions

View File

@ -108,12 +108,10 @@ module.exports = {
resolve: 'gatsby-plugin-manifest',
options: {
name: 'freeCodeCamp',
/* eslint-disable camelcase */
short_name: 'fCC',
start_url: '/',
theme_color: '#0a0a23',
background_color: '#fff',
/* eslint-enable camelcase */
display: 'minimal-ui',
icon: 'src/assets/images/square_puck.png'
}