mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Removed spaces with lint
This commit is contained in:
parent
ad0e23fc27
commit
fb54d5e5e0
113 changed files with 812 additions and 813 deletions
|
@ -9,10 +9,10 @@ module.exports = {
|
|||
],
|
||||
rules: {
|
||||
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
'no-trailing-spaces': 'error'
|
||||
},
|
||||
parserOptions: {
|
||||
parser: 'babel-eslint'
|
||||
}
|
||||
}
|
||||
|
|
@ -44,4 +44,3 @@ gulp.task('build-exports', function() {
|
|||
//Building project with run sequence
|
||||
gulp.task('build-resources', ['build-css','images', 'build-themes']);
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue