Coder Social home page Coder Social logo

ps_eslint's Introduction

Better Code Quality with ESLint Instructions

This is the instructions page for the "Better Code Quality with ESLint " Pluralsight course demo code. The code files can be downloaded on the course page.

I'll try to keep the code files update when breaking changes happen to the ESLint API. Check the demo code first. If there are significant API changes that will break the demo code, I'll include workaound instructions here.

Caveats

  • In these demos, the emphasis is on analyzing the files with ESLint. A lot of the code may not run due to JS errors, or the fact that tools like webpack (or babel) are missing. This was done on purpose to keep the examples simpler.
  • In cases where I create a new file halfway through the module, I tried to include it here in the before folder to save you a lot of typing. This may occasionally cause ESLint errors that don't show up in the videos (because the file didn't exist yet in the videos). If the ESLint errors in that file bother you, I suggest one of the following options:
  1. Try to resolve the errors
  2. Ignore the file using the --ignore-pattern flag. IE: eslint --ignore-pattern public/js/ . (this will lint all files except the public/js folder )
  3. Delete the file until the part in the video where it is added.

Almost all demos require the following to be run from the command line in order to work:

  • npm install

ps_eslint's People

Contributors

jamischarles avatar

Watchers

ryan avatar

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.