This website requires JavaScript.
Explore
Help
Sign In
alahouze
/
accountant-ui
Watch
1
Star
0
Fork
0
You've already forked accountant-ui
Code
Issues
Pull Requests
Releases
Wiki
Activity
6eeaf76e96
accountant-ui
/
grunt-config
/
flake8.js
11 lines
130 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add grunt-config in JS style check.
2016-02-17 08:33:58 +01:00
'use strict'
;
Add some lint checks.
2016-02-01 21:56:49 +01:00
module
.
exports
=
{
Review toolchain.
2016-10-15 11:45:39 +02:00
options
:
{
maxComplexity
:
4
}
,
Add some lint checks.
2016-02-01 21:56:49 +01:00
src
:
[
'accountant/**/*.py'
]
Add grunt-config in JS style check.
2016-02-17 08:33:58 +01:00
}
;
Reference in New Issue
Copy Permalink