mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-20 23:41:29 +00:00
8 lines
247 B
JavaScript
8 lines
247 B
JavaScript
|
|
require('fixme')({
|
|
path: process.cwd(),
|
|
ignored_directories: ['node_modules/**', '.git/**', 'build/**'],
|
|
file_patterns: ['**/*.js', '**/*.jsx', '**/*.less'],
|
|
file_encoding: 'utf8',
|
|
line_length_limit: 200
|
|
}); |