mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
indentation fix for linter
This commit is contained in:
@@ -75,7 +75,7 @@ const EXCLUDE_REGEXPS_SOURCES = [
|
||||
'node_modules' + escapeRegExp(path.sep) + '.*' + '\\.md$',
|
||||
'node_modules' + escapeRegExp(path.sep) + '.*' + '\\.d\\.ts$',
|
||||
'node_modules' + escapeRegExp(path.sep) + '.*' + '\\.js\\.map$'
|
||||
]
|
||||
]
|
||||
|
||||
// Ignore spec directories in all bundled packages
|
||||
for (let packageName in CONFIG.appMetadata.packageDependencies) {
|
||||
|
||||
Reference in New Issue
Block a user