-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature(ruleset): add recommended, extended rulesets #3
Commits on Mar 12, 2020
-
Mohan Raj Rajamanickam committed
Mar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 05d6752 - Browse repository at this point
Copy the full SHA 05d6752View commit details -
Mohan Raj Rajamanickam committed
Mar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for f623fb3 - Browse repository at this point
Copy the full SHA f623fb3View commit details -
chore: set yarn as npm client for lerna
Mohan Raj Rajamanickam committedMar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 163a05b - Browse repository at this point
Copy the full SHA 163a05bView commit details -
chore: add dev deps typescript, jest
Mohan Raj Rajamanickam committedMar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for f7baef3 - Browse repository at this point
Copy the full SHA f7baef3View commit details -
Mohan Raj Rajamanickam committed
Mar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 8cde185 - Browse repository at this point
Copy the full SHA 8cde185View commit details -
Mohan Raj Rajamanickam committed
Mar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 5baf5fb - Browse repository at this point
Copy the full SHA 5baf5fbView commit details -
chore: add typescript config with minimal overrides
Mohan Raj Rajamanickam committedMar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for c412301 - Browse repository at this point
Copy the full SHA c412301View commit details -
chore: add dev dep eslint typescript plugin with minimal eslint config
Mohan Raj Rajamanickam committedMar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 85ac589 - Browse repository at this point
Copy the full SHA 85ac589View commit details -
chore: add dev dep jest eslint plugin
Mohan Raj Rajamanickam committedMar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 343ca82 - Browse repository at this point
Copy the full SHA 343ca82View commit details -
chore: add prettier eslint plugins, config
add single quote pref to editor config
Mohan Raj Rajamanickam committedMar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 08f0a43 - Browse repository at this point
Copy the full SHA 08f0a43View commit details -
chore: add scaffolding for ruleset package
Mohan Raj Rajamanickam committedMar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 1d7b7ea - Browse repository at this point
Copy the full SHA 1d7b7eaView commit details -
Mohan Raj Rajamanickam committed
Mar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 8a0ad5a - Browse repository at this point
Copy the full SHA 8a0ad5aView commit details -
doc: Add readme with high-level outline of packages
Mohan Raj Rajamanickam committedMar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for df24f10 - Browse repository at this point
Copy the full SHA df24f10View commit details -
doc: Add license, code of conduct
Mohan Raj Rajamanickam committedMar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 5a080b8 - Browse repository at this point
Copy the full SHA 5a080b8View commit details -
doc: add eslint plugin to check/fix copyright header
Mohan Raj Rajamanickam committedMar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 9ffae41 - Browse repository at this point
Copy the full SHA 9ffae41View commit details -
chore: update prettier config to sync with editorconfig
Mohan Raj Rajamanickam committedMar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 03ed0de - Browse repository at this point
Copy the full SHA 03ed0deView commit details -
build: add deps, config to lint git commits
Mohan Raj Rajamanickam committedMar 12, 2020 Configuration menu - View commit details
-
Copy full SHA for d3db063 - Browse repository at this point
Copy the full SHA d3db063View commit details
Commits on Mar 13, 2020
-
build(root): add deps, config for typescript jest integration
Mohan Raj Rajamanickam committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 98f723c - Browse repository at this point
Copy the full SHA 98f723cView commit details -
style(root): pretty format typescript config json
moved comments for enabled options from inline to their own line because prettier strips the whitespace in inline comments
Mohan Raj Rajamanickam committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for aca10f7 - Browse repository at this point
Copy the full SHA aca10f7View commit details -
feat(ruleset): add recommended, extended rulesets
Mohan Raj Rajamanickam committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 3ab49ef - Browse repository at this point
Copy the full SHA 3ab49efView commit details -
test(ruleset): temp disable failing assertion
Mohan Raj Rajamanickam committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for d8a489a - Browse repository at this point
Copy the full SHA d8a489aView commit details -
ci(root): add ci workflow based on github actions
Mohan Raj Rajamanickam committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for e194543 - Browse repository at this point
Copy the full SHA e194543View commit details -
build(root): add build script alias, fix typescript config as req
Mohan Raj Rajamanickam committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 06a4d35 - Browse repository at this point
Copy the full SHA 06a4d35View commit details -
build(root): add axe-core as dev dep
Mohan Raj Rajamanickam committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 8e604f4 - Browse repository at this point
Copy the full SHA 8e604f4View commit details -
build(root): mark generated files for github
Mohan Raj Rajamanickam committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 4407a99 - Browse repository at this point
Copy the full SHA 4407a99View commit details -
build(root): remove tests exclusion from typescript config
this was resulting in errors from the typescript eslint plugin
Mohan Raj Rajamanickam committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for c93a31d - Browse repository at this point
Copy the full SHA c93a31dView commit details -
refactor(rulesets): extract common parts out, reuse and remove duplicate
Mohan Raj Rajamanickam committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 4d6182a - Browse repository at this point
Copy the full SHA 4d6182aView commit details -
test(rulesets): add sanity checks for rules, add tests with axe
Mohan Raj Rajamanickam committedMar 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 4f399e0 - Browse repository at this point
Copy the full SHA 4f399e0View commit details
Commits on Mar 17, 2020
-
build(root): add explicit public npm registry to override internal
Mohan Raj Rajamanickam committedMar 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 53bd6cf - Browse repository at this point
Copy the full SHA 53bd6cfView commit details
Commits on Mar 20, 2020
-
Merge branch 'master' of github.com:salesforce/sa11y into feat/add_pa…
…ckage_rulesets # Conflicts: # .eslintrc.js # lerna.json # package.json # packages/rules/.github/workflows/ci.yml # packages/rules/package.json # tsconfig.json
Mohan Raj Rajamanickam committedMar 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 2af4966 - Browse repository at this point
Copy the full SHA 2af4966View commit details -
Mohan Raj Rajamanickam committed
Mar 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 81046dc - Browse repository at this point
Copy the full SHA 81046dcView commit details -
docs(root): minor fixes to docs formatting
# Conflicts: # README.md
Mohan Raj Rajamanickam committedMar 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 724d3ec - Browse repository at this point
Copy the full SHA 724d3ecView commit details -
build(root): add back axe-core dependency that got removed when merging
Mohan Raj Rajamanickam committedMar 20, 2020 Configuration menu - View commit details
-
Copy full SHA for d170edc - Browse repository at this point
Copy the full SHA d170edcView commit details -
fix(rules): add missed out rule label-content-name-mismatch
Mohan Raj Rajamanickam committedMar 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 2407938 - Browse repository at this point
Copy the full SHA 2407938View commit details -
style(root): lint docs - after merge
Mohan Raj Rajamanickam committedMar 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 0b95a9e - Browse repository at this point
Copy the full SHA 0b95a9eView commit details -
build(root): add tsdoc eslint plugin dep, config
Mohan Raj Rajamanickam committedMar 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 10c1aba - Browse repository at this point
Copy the full SHA 10c1abaView commit details -
build(root): add code coverage opt, threshold, ci config
Mohan Raj Rajamanickam committedMar 20, 2020 Configuration menu - View commit details
-
Copy full SHA for c4f6eba - Browse repository at this point
Copy the full SHA c4f6ebaView commit details -
refactor(rules): refactor rulesets based on interface type
Mohan Raj Rajamanickam committedMar 20, 2020 Configuration menu - View commit details
-
Copy full SHA for aff0f70 - Browse repository at this point
Copy the full SHA aff0f70View commit details -
Mohan Raj Rajamanickam committed
Mar 20, 2020 Configuration menu - View commit details
-
Copy full SHA for dfbfcb6 - Browse repository at this point
Copy the full SHA dfbfcb6View commit details -
fix(rules): minor doc, import fixes
Mohan Raj Rajamanickam committedMar 20, 2020 Configuration menu - View commit details
-
Copy full SHA for e8ff557 - Browse repository at this point
Copy the full SHA e8ff557View commit details
Commits on Mar 23, 2020
-
build(root): add typescript build info files to git ignore
Mohan Raj Rajamanickam committedMar 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 182df1a - Browse repository at this point
Copy the full SHA 182df1aView commit details -
refactor(rules): mv source files under src from lib
to follow more widespread naming practices
Mohan Raj Rajamanickam committedMar 23, 2020 Configuration menu - View commit details
-
Copy full SHA for c91e9e3 - Browse repository at this point
Copy the full SHA c91e9e3View commit details
Commits on Mar 24, 2020
-
build(rules): add typescript project ref to rules
add a tsconfig specific to rules, move dist to rules,
Mohan Raj Rajamanickam committedMar 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 1506684 - Browse repository at this point
Copy the full SHA 1506684View commit details -
build(root): add spell checker dep, config; add to git staged lint check
Mohan Raj Rajamanickam committedMar 24, 2020 Configuration menu - View commit details
-
Copy full SHA for d2cd7e4 - Browse repository at this point
Copy the full SHA d2cd7e4View commit details -
refactor(rules): rename rules package to preset-rules
to follow common naming conventions
Mohan Raj Rajamanickam committedMar 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 8fe1eaa - Browse repository at this point
Copy the full SHA 8fe1eaaView commit details -
refactor(root): split tsconfig module references into its own config
to prevent double compilation - build time reduced in half
Mohan Raj Rajamanickam committedMar 24, 2020 Configuration menu - View commit details
-
Copy full SHA for e125327 - Browse repository at this point
Copy the full SHA e125327View commit details -
build(root): add babel jest typescript deps, config
Mohan Raj Rajamanickam committedMar 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 57e2d68 - Browse repository at this point
Copy the full SHA 57e2d68View commit details -
build(root): remove ts-jest deps as it is replaced by babel jest
Mohan Raj Rajamanickam committedMar 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 512fbb6 - Browse repository at this point
Copy the full SHA 512fbb6View commit details