Code Monkey home page Code Monkey logo

eptura-eslint-preset's People

Contributors

a-polo avatar paynoattn avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

eptura-eslint-preset's Issues

Configuration for rule "@typescript-eslint/member-ordering" is invalid

After extending "plugin:@runeffective/recommended" the following error occurs:

Configuration for rule "@typescript-eslint/member-ordering" is invalid:
       Value ["public-static-method","protected-static-method","private-static-method","public-static-field","protected-static-field","private-static-field","public-abstract-field","private-abstract-field","protected-abstract-field","public-instance-field","protected-instance-field","private-instance-field","public-constructor","protected-constructor","private-constructor","public-abstract-method","protected-abstract-method","private-abstract-method","public-instance-method","protected-instance-method","private-instance-method"] should be string.
       Value ["public-static-method","protected-static-method","private-static-method","public-static-field","protected-static-field","private-static-field","public-abstract-field","private-abstract-field","protected-abstract-field","public-instance-field","protected-instance-field","private-instance-field","public-constructor","protected-constructor","private-constructor","public-abstract-method","protected-abstract-method","private-abstract-method","public-instance-method","protected-instance-method","private-instance-method"] should be equal to one of the allowed values.
       Value "private-abstract-field" should be equal to one of the allowed values.
       Value "private-abstract-field" should be array.
       Value "private-abstract-field" should match exactly one schema in oneOf.
       Value ["public-static-method","protected-static-method","private-static-method","public-static-field","protected-static-field","private-static-field","public-abstract-field","private-abstract-field","protected-abstract-field","public-instance-field","protected-instance-field","private-instance-field","public-constructor","protected-constructor","private-constructor","public-abstract-method","protected-abstract-method","private-abstract-method","public-instance-method","protected-instance-method","private-instance-method"] should be object.
       Value ["public-static-method","protected-static-method","private-static-method","public-static-field","protected-static-field","private-static-field","public-abstract-field","private-abstract-field","protected-abstract-field","public-instance-field","protected-instance-field","private-instance-field","public-constructor","protected-constructor","private-constructor","public-abstract-method","protected-abstract-method","private-abstract-method","public-instance-method","protected-instance-method","private-instance-method"] should match exactly one schema in oneOf.

This issue occurs because in index.js file, the rule '@typescript-eslint/member-ordering' uses two invalid values: 'private-abstract-field' and 'private-abstract-method'.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.