GithubHelp home page GithubHelp logo

Add Prettier and ESLint about dayzed HOT 4 CLOSED

mkartchner994 avatar mkartchner994 commented on May 25, 2024
Add Prettier and ESLint

from dayzed.

Comments (4)

mkartchner994 avatar mkartchner994 commented on May 25, 2024 1

This has been merged to master in this PR - #19. I will look at releasing a new version to npm soon, as this updated some of the internals for some date calculations.

Thanks again @arthurdenner!

from dayzed.

arthurdenner avatar arthurdenner commented on May 25, 2024

I was missing this while doing #17. Since we're using kcd-scripts, could we only extend its configuration and change what we want? I've used it once and the only thing I changed was the Prettier configuration because I only like to override "singleQuote": true and "trailingComma": "es5". The default overrides are:

semi: false,
singleQuote: true,
trailingComma: 'all',
bracketSpacing: false,

from dayzed.

mkartchner994 avatar mkartchner994 commented on May 25, 2024

I like this idea. This is the only thing I have used kcd-scripts for so I am not as familiar on how to get it set up. I am open to any suggestions for how to do so. Thanks!

from dayzed.

arthurdenner avatar arthurdenner commented on May 25, 2024

I think the main point is to decide which Prettier options to follow. kcd-scripts has some overrides that we can use or create our own.

About ESLint, you can add the following on package.json and be good to go:

"eslintConfig": {
    "extends": "./node_modules/kcd-scripts/eslint.js",
    "rules": {
    // overrides rules if you want
    }
  },
  "eslintIgnore": [
    "node_modules",
    // ignore whatever you want
],

I'd suggest to add two scripts on package.json too:

"lint": "kcd-scripts lint", // checks for ESLint errors
"precommit": "kcd-scripts precommit", // format the code accordingly to the rules you setup before commiting

from dayzed.

Related Issues (20)

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.