1
0
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:
Scott Tolksdorf
2017-02-26 19:38:42 -05:00
parent 234d216d64
commit e112808706
9 changed files with 57 additions and 6 deletions

8
scripts/notes.js Normal file
View 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
});