mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 07:47:54 -05:00
[eslint config] [base] [fix] Prevent trailing commas in the legacy config.
Fixes #950.
This commit is contained in:
@@ -15,5 +15,7 @@ module.exports = {
|
||||
},
|
||||
ecmaFeatures: {},
|
||||
globals: {},
|
||||
rules: {}
|
||||
rules: {
|
||||
'comma-dangle': [2, 'never']
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user