micahstubbs commented on issue #2105:
URL: https://github.com/apache/helix/issues/2105#issuecomment-1135271829

   This should fix it:
   
   ```py
   npm run lint -- --fix
   
   
   > [email protected] lint /Users/m/workspace/helix/helix-front
   > ng lint "--fix"
   
   TSLint's support is discontinued and we're deprecating its support in 
Angular CLI.
   To opt-in using the community driven ESLint builder, see: 
https://github.com/angular-eslint/angular-eslint#migrating-an-angular-cli-project-from-codelyzer-and-tslint.
   Linting "helix-front"...
   
   Warning: member-ordering - Direct string option is deprecated and does not 
support accessors.
   See also https://palantir.github.io/tslint/rules/member-ordering/
   You should replace "static-before-instance","variables-before-functions"
   with the following equivalent options and add -accessor categories as 
appropriate:
   [
     {
       "name": "static field",
       "kinds": [
         "public-static-field",
         "protected-static-field",
         "private-static-field"
       ]
     },
     {
       "name": "instance field",
       "kinds": [
         "public-instance-field",
         "protected-instance-field",
         "private-instance-field"
       ]
     },
     {
       "name": "static method",
       "kinds": [
         "public-static-method",
         "private-static-method",
         "protected-static-method",
         "public-static-accessor",
         "protected-static-accessor",
         "private-static-accessor"
       ]
     },
     {
       "name": "instance method",
       "kinds": [
         "public-constructor",
         "protected-constructor",
         "private-constructor",
         "public-instance-method",
         "protected-instance-method",
         "private-instance-method",
         "public-instance-accessor",
         "protected-instance-accessor",
         "private-instance-accessor"
       ]
     }
   ]
   All files pass linting.
   TSLint's support is discontinued and we're deprecating its support in 
Angular CLI.
   To opt-in using the community driven ESLint builder, see: 
https://github.com/angular-eslint/angular-eslint#migrating-an-angular-cli-project-from-codelyzer-and-tslint.
   Linting "helix-front-e2e"...
   All files pass linting.
   ```
   
   
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to