mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-21 04:51:29 +00:00
Column split now a key word
This commit is contained in:
8
scripts/notes.js
Normal file
8
scripts/notes.js
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
require('fixme')({
|
||||
path: process.cwd(),
|
||||
ignored_directories: ['node_modules/**', '.git/**', 'build/**'],
|
||||
file_patterns: ['**/*.js', '**/*.jsx', '**/*.less'],
|
||||
file_encoding: 'utf8',
|
||||
line_length_limit: 200
|
||||
});
|
||||
Reference in New Issue
Block a user