refactor: ignore eslint less (#45082)
* refactor: remove and fix some eslint disables * refactor: drop max-line disables
This commit is contained in:
committed by
GitHub
parent
57cf47dad4
commit
7fe4695794
@ -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'
|
||||
}
|
||||
|
Reference in New Issue
Block a user