mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-05 12:57:52 +00:00
8f78dd03af
- Add `npm run lint:fix` command - Cleanup inferIcon.js logic slightly
9 lines
309 B
YAML
9 lines
309 B
YAML
extends: airbnb-base
|
|
plugins:
|
|
- import
|
|
rules:
|
|
# TODO: Remove this when we have shifted away from the async package
|
|
no-shadow: 'warn'
|
|
# Gulpfiles and tests use dev dependencies
|
|
import/no-extraneous-dependencies: ['error', { devDependencies: ['gulpfile.babel.js', 'gulp/**/**.js', 'test/**/**.js']}]
|