You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/03/23 12:06:24 UTC

[GitHub] [cordova-eslint] brodybits commented on a change in pull request #11: chore(dependency): drop eslint-config-semistandard

brodybits commented on a change in pull request #11: chore(dependency): drop eslint-config-semistandard
URL: https://github.com/apache/cordova-eslint/pull/11#discussion_r396402216
 
 

 ##########
 File path: lib/base.js
 ##########
 @@ -18,16 +18,20 @@
 */
 
 module.exports = {
-    extends: 'semistandard',
+    extends: 'standard',
 
     env: {
-        // `semistandard` sets this to true. We reset it here,
+        // `standard` sets this to true. We reset it here,
         // to make the config extend logic clearer.
         node: false
     },
 
     rules: {
         indent: ['error', 4],
-        camelcase: 'off'
+        camelcase: 'off',
+
+        // semistandard
 
 Review comment:
   +1

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org